mirror of
https://github.com/drogonframework/drogon.git
synced 2025-08-10 00:01:14 -04:00
4 lines
134 B
CMake
Executable File
4 lines
134 B
CMake
Executable File
link_libraries(drogon trantor uuid pthread)
|
|
AUX_SOURCE_DIRECTORY(static_link_example DIR_STATIC)
|
|
add_executable(webapp ${DIR_STATIC})
|