...
This commit is contained in:
parent
530b86e199
commit
39ab4b180e
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
enable_testing()
|
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)
|
set(TEST_SOURCES test_seller.cpp)
|
||||||
|
|
||||||
add_executable(testsuite ${TEST_SOURCES})
|
add_executable(testsuite ${TEST_SOURCES})
|
||||||
target_link_libraries(testsuite Boost::unit_test_framework)
|
target_link_libraries(testsuite core Boost::boost Boost::filesystem Boost::unit_test_framework)
|
||||||
|
#target_link_libraries(testsuite core)
|
Loading…
Reference in a new issue