Files
TCPlayerbotCore/dep/CMakeLists.txt
T

40 lines
1.1 KiB
CMake
Raw Normal View History

2018-01-01 00:40:17 +01:00
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
add_subdirectory(threads)
if(SERVERS OR TOOLS)
add_subdirectory(boost)
add_subdirectory(process)
add_subdirectory(zlib)
add_subdirectory(g3dlite)
add_subdirectory(recastnavigation)
add_subdirectory(fmt)
add_subdirectory(SFMT)
add_subdirectory(utf8cpp)
add_subdirectory(valgrind)
add_subdirectory(openssl)
add_subdirectory(jemalloc)
endif()
2010-09-18 22:16:35 +02:00
if(SERVERS)
add_subdirectory(mysql)
add_subdirectory(readline)
add_subdirectory(gsoap)
2016-03-23 22:09:55 +01:00
add_subdirectory(rapidjson)
add_subdirectory(efsw)
2016-03-26 00:30:28 +01:00
add_subdirectory(protobuf)
endif()
2010-08-12 13:35:00 +02:00
if(TOOLS)
add_subdirectory(bzip2)
2014-10-10 20:17:30 +02:00
add_subdirectory(CascLib)
2010-08-12 13:35:00 +02:00
endif()