Core/Build: Fix tools-only build

This commit is contained in:
Giacomo Pozzoni
2019-11-16 16:25:54 +01:00
committed by GitHub
parent ca7566a6c7
commit c152e0f415

View File

@@ -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)