concordia-library/tests/unit-tests/CMakeLists.txt
2013-10-24 17:06:00 +02:00

8 lines
224 B
CMake

# 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})