mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Build: Fixed tools only build
This commit is contained in:
@@ -23,6 +23,7 @@ if(SERVERS OR TOOLS)
|
||||
add_subdirectory(jemalloc)
|
||||
add_subdirectory(argon2)
|
||||
add_subdirectory(openssl_ed25519)
|
||||
add_subdirectory(short_alloc)
|
||||
endif()
|
||||
|
||||
if(SERVERS)
|
||||
@@ -32,7 +33,6 @@ if(SERVERS)
|
||||
add_subdirectory(rapidjson)
|
||||
add_subdirectory(efsw)
|
||||
add_subdirectory(protobuf)
|
||||
add_subdirectory(short_alloc)
|
||||
endif()
|
||||
|
||||
if(TOOLS)
|
||||
|
||||
Reference in New Issue
Block a user