mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-11-29 18:27:43 +08:00
5 lines
137 B
CMake
Executable File
5 lines
137 B
CMake
Executable File
link_libraries(drogon)
|
|
AUX_SOURCE_DIRECTORY(. SRC_DIR)
|
|
add_executable(drogon_ctl ${SRC_DIR})
|
|
install(TARGETS drogon_ctl DESTINATION bin)
|