From dd64f246510b6c4e0618130bacbca5046c6295aa Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: ćšć, 17 4æ 2014 05:08:21 +0800 Subject: [PATCH] signature --- test/library/CMakeLists.txt | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/test/library/CMakeLists.txt b/test/library/CMakeLists.txt index 6a1f0d0..c8c638c 100644 --- a/test/library/CMakeLists.txt +++ b/test/library/CMakeLists.txt @@ -1 +1,15 @@ -add_subdirectory(reader) \ No newline at end of file +link_directories ( ${Boost_LIBRARY_DIRS} ) + +add_executable( + license_reader_test + LicenseReader_test.cpp +) + +target_link_libraries( + license_reader_test + license++_static + ${Boost_LIBRARIES} +) + +SET_TARGET_PROPERTIES(license_reader_test PROPERTIES LINK_SEARCH_START_STATIC ON) +ADD_TEST(license_reader_test ${EXECUTABLE_OUTPUT_PATH}/LicenseReader_test) -- Gitblit v1.9.1