From 82f9d834ad772b2f16b6524f679d14d8a7afe881 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <gcontini@users.noreply.github.com> Date: 周二, 10 9月 2019 23:29:10 +0800 Subject: [PATCH] fix issue #37 tests in windows --- src/library/base/CMakeLists.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/library/base/CMakeLists.txt b/src/library/base/CMakeLists.txt index 700c851..6dc0c98 100644 --- a/src/library/base/CMakeLists.txt +++ b/src/library/base/CMakeLists.txt @@ -4,4 +4,6 @@ logger.c ) -add_dependencies( base public_key ) \ No newline at end of file +add_dependencies( base public_key ) + +install(TARGETS base ARCHIVE DESTINATION lib) -- Gitblit v1.9.1