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