添加完整的服务器用例

This commit is contained in:
xiongziliang
2019-05-20 11:22:59 +08:00
parent 49d778af99
commit 2f6773f180
26 changed files with 8290 additions and 2 deletions

View File

@@ -113,7 +113,12 @@ endif ()
#测试程序
add_subdirectory(tests)
#主服务器
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
add_subdirectory(server)
elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(server)
endif ()