mirror of
https://github.com/Naios/continuable.git
synced 2025-12-13 23:19:56 +08:00
7 lines
146 B
CMake
7 lines
146 B
CMake
add_executable(test-playground
|
|
${CMAKE_CURRENT_LIST_DIR}/test-playground.cpp)
|
|
|
|
target_link_libraries(test-playground
|
|
PRIVATE
|
|
continuable)
|