mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Build: Fix tools-only build
(cherry picked from commit c152e0f415)
This commit is contained in:
@@ -22,6 +22,7 @@ if (SERVERS OR TOOLS)
|
||||
add_subdirectory(valgrind)
|
||||
add_subdirectory(openssl)
|
||||
add_subdirectory(jemalloc)
|
||||
add_subdirectory(argon2)
|
||||
endif()
|
||||
|
||||
if (SERVERS)
|
||||
@@ -30,7 +31,6 @@ if (SERVERS)
|
||||
add_subdirectory(gsoap)
|
||||
add_subdirectory(rapidjson)
|
||||
add_subdirectory(efsw)
|
||||
add_subdirectory(argon2)
|
||||
add_subdirectory(protobuf)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user