Core/CMake: fixed linking servers when tools are disabled

This commit is contained in:
Ovahlord
2018-06-05 14:48:48 +02:00
parent b71f780fb5
commit 2cdb3a60ec

View File

@@ -14,6 +14,7 @@ if(SERVERS OR TOOLS)
add_subdirectory(boost)
add_subdirectory(process)
add_subdirectory(zlib)
add_subdirectory(bzip2)
add_subdirectory(g3dlite)
add_subdirectory(recastnavigation)
add_subdirectory(jemalloc)