mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Build: Fixed tools only build (#29341)
(cherry picked from commit 592e01cf7a)
This commit is contained in:
@@ -22,6 +22,7 @@ if(SERVERS OR TOOLS)
|
||||
add_subdirectory(openssl)
|
||||
add_subdirectory(jemalloc)
|
||||
add_subdirectory(argon2)
|
||||
add_subdirectory(short_alloc)
|
||||
endif()
|
||||
|
||||
if(SERVERS)
|
||||
@@ -29,7 +30,6 @@ if(SERVERS)
|
||||
add_subdirectory(readline)
|
||||
add_subdirectory(gsoap)
|
||||
add_subdirectory(efsw)
|
||||
add_subdirectory(short_alloc)
|
||||
endif()
|
||||
|
||||
if(TOOLS)
|
||||
|
||||
Reference in New Issue
Block a user