移植Windows

This commit is contained in:
xiongziliang
2019-06-15 17:07:10 +08:00
parent bede5500c8
commit 25286c4377
5 changed files with 54 additions and 16 deletions

View File

@@ -125,11 +125,7 @@ endif ()
add_subdirectory(tests)
#主服务器
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
add_subdirectory(server)
elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(server)
endif ()
add_subdirectory(server)