From 39ab4b180ebc197de024b9372dac5217558d57ed Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Mon, 9 Jul 2018 16:56:06 +0200 Subject: [PATCH] ... --- test/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c52571c..711f5ef 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,8 +1,9 @@ enable_testing() -find_package(Boost COMPONENTS unit_test_framework REQUIRED) +find_package(Boost COMPONENTS filesystem unit_test_framework REQUIRED) set(TEST_SOURCES test_seller.cpp) add_executable(testsuite ${TEST_SOURCES}) -target_link_libraries(testsuite Boost::unit_test_framework) \ No newline at end of file +target_link_libraries(testsuite core Boost::boost Boost::filesystem Boost::unit_test_framework) +#target_link_libraries(testsuite core) \ No newline at end of file