mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
6 lines
163 B
CMake
6 lines
163 B
CMake
add_executable(example-documentation
|
|
${CMAKE_CURRENT_LIST_DIR}/example-documentation.cpp)
|
|
target_link_libraries(example-documentation
|
|
PRIVATE
|
|
continuable)
|