mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(Deps/Boost): add boost support (#5676)
* feat(Deps/Boost): add boost support * 1 * 2 * to 1.74
This commit is contained in:
7
deps/CMakeLists.txt
vendored
7
deps/CMakeLists.txt
vendored
@@ -17,23 +17,24 @@ if(CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
endif()
|
||||
|
||||
add_subdirectory(threads)
|
||||
add_subdirectory(acelite)
|
||||
add_subdirectory(fmt)
|
||||
|
||||
if(SERVERS OR TOOLS)
|
||||
add_subdirectory(acelite)
|
||||
add_subdirectory(boost)
|
||||
add_subdirectory(zlib)
|
||||
add_subdirectory(g3dlite)
|
||||
add_subdirectory(recastnavigation)
|
||||
add_subdirectory(fmt)
|
||||
add_subdirectory(SFMT)
|
||||
add_subdirectory(utf8cpp)
|
||||
add_subdirectory(openssl)
|
||||
add_subdirectory(argon2)
|
||||
add_subdirectory(jemalloc)
|
||||
endif()
|
||||
|
||||
if(SERVERS)
|
||||
add_subdirectory(mysql)
|
||||
add_subdirectory(readline)
|
||||
add_subdirectory(jemalloc)
|
||||
add_subdirectory(gsoap)
|
||||
add_subdirectory(gperftools)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user