mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-05 17:42:24 +08:00
6 lines
102 B
CMake
6 lines
102 B
CMake
|
|
include_directories(HelloServer/Server)
|
|
add_subdirectory(HelloServer)
|
|
add_subdirectory(ProxyServer)
|
|
|