REWORK
This commit is contained in:
+3
-8
@@ -20,9 +20,7 @@ if(SERVERS OR TOOLS)
|
|||||||
add_subdirectory(utf8cpp)
|
add_subdirectory(utf8cpp)
|
||||||
add_subdirectory(valgrind)
|
add_subdirectory(valgrind)
|
||||||
add_subdirectory(openssl)
|
add_subdirectory(openssl)
|
||||||
if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT NOJEM)
|
add_subdirectory(jemalloc)
|
||||||
add_subdirectory(jemalloc)
|
|
||||||
endif()
|
|
||||||
add_subdirectory(argon2)
|
add_subdirectory(argon2)
|
||||||
add_subdirectory(openssl_ed25519)
|
add_subdirectory(openssl_ed25519)
|
||||||
add_subdirectory(short_alloc)
|
add_subdirectory(short_alloc)
|
||||||
@@ -33,11 +31,8 @@ if(SERVERS)
|
|||||||
add_subdirectory(readline)
|
add_subdirectory(readline)
|
||||||
add_subdirectory(gsoap)
|
add_subdirectory(gsoap)
|
||||||
add_subdirectory(rapidjson)
|
add_subdirectory(rapidjson)
|
||||||
add_subdirectory(protobuf)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(SERVERS AND BUILD_EFSW)
|
|
||||||
add_subdirectory(efsw)
|
add_subdirectory(efsw)
|
||||||
|
add_subdirectory(protobuf)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(TOOLS)
|
if(TOOLS)
|
||||||
@@ -55,4 +50,4 @@ if(BUILD_TESTING)
|
|||||||
GIT_TAG v2.13.9
|
GIT_TAG v2.13.9
|
||||||
GIT_SHALLOW 1)
|
GIT_SHALLOW 1)
|
||||||
FetchContent_MakeAvailable(Catch2)
|
FetchContent_MakeAvailable(Catch2)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Submodule src/server/game/LuaEngine deleted from 1025849e22
Reference in New Issue
Block a user