mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-05 17:42:24 +08:00
8 lines
142 B
CMake
8 lines
142 B
CMake
|
|
add_subdirectory(HttpClient)
|
|
add_subdirectory(HttpServer)
|
|
|
|
if(TARS_HTTP2)
|
|
add_subdirectory(Http2Client)
|
|
add_subdirectory(Http2Server)
|
|
endif() |