mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Build: Fix tools-only build
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)
|
||||
@@ -29,7 +30,6 @@ if (SERVERS)
|
||||
add_subdirectory(readline)
|
||||
add_subdirectory(gsoap)
|
||||
add_subdirectory(efsw)
|
||||
add_subdirectory(argon2)
|
||||
endif()
|
||||
|
||||
if (TOOLS)
|
||||
|
||||
Reference in New Issue
Block a user