concordia-library/tests/unit-tests/CMakeLists.txt

8 lines
224 B
CMake
Raw Normal View History

2013-10-24 17:06:00 +02:00
# executable test_runner
add_executable(test_runner
test_runner.cpp
)
target_link_libraries(test_runner -Wl,-whole-archive ${TESTS_TARGETS} -Wl,-no-whole-archive ${Boost_LIBRARIES} ${BASE_TARGETS})