continuable/test/playground/CMakeLists.txt
2017-02-26 00:33:32 +01:00

7 lines
146 B
CMake

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