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