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