continuable/test/playground/CMakeLists.txt
2017-02-28 22:22:28 +01:00

10 lines
217 B
CMake

add_executable(test-playground
${CMAKE_CURRENT_LIST_DIR}/test-playground.cpp)
target_link_libraries(test-playground
PRIVATE
continuable)
add_test(NAME continuable-playground-tests
COMMAND test-playground)