2018-01-01 00:40:17 +01:00
|
|
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
2010-06-21 07:17:26 +02:00
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
|
2016-03-14 15:27:33 +01:00
|
|
|
add_subdirectory(threads)
|
2010-06-11 05:01:30 +02:00
|
|
|
|
2014-08-03 18:12:04 +01:00
|
|
|
if(SERVERS OR TOOLS)
|
2016-03-14 15:27:33 +01:00
|
|
|
add_subdirectory(boost)
|
2016-03-25 20:53:01 +01:00
|
|
|
add_subdirectory(process)
|
2016-03-14 15:27:33 +01:00
|
|
|
add_subdirectory(zlib)
|
2014-08-03 18:12:04 +01:00
|
|
|
add_subdirectory(g3dlite)
|
|
|
|
|
add_subdirectory(recastnavigation)
|
2016-12-29 22:38:46 +00:00
|
|
|
add_subdirectory(fmt)
|
2016-03-14 15:27:33 +01:00
|
|
|
add_subdirectory(SFMT)
|
|
|
|
|
add_subdirectory(utf8cpp)
|
|
|
|
|
add_subdirectory(valgrind)
|
|
|
|
|
add_subdirectory(openssl)
|
2016-03-18 17:28:20 +01:00
|
|
|
add_subdirectory(jemalloc)
|
2014-08-03 18:12:04 +01:00
|
|
|
endif()
|
2010-09-18 18:47:49 +02:00
|
|
|
|
2010-09-18 22:16:35 +02:00
|
|
|
if(SERVERS)
|
2016-03-14 15:27:33 +01:00
|
|
|
add_subdirectory(mysql)
|
|
|
|
|
add_subdirectory(readline)
|
2010-09-18 18:47:49 +02:00
|
|
|
add_subdirectory(gsoap)
|
2016-03-23 22:09:55 +01:00
|
|
|
add_subdirectory(rapidjson)
|
2015-10-08 03:22:47 +02:00
|
|
|
add_subdirectory(efsw)
|
2016-03-26 00:30:28 +01:00
|
|
|
add_subdirectory(protobuf)
|
2010-09-18 18:47:49 +02:00
|
|
|
endif()
|
2010-08-12 13:35:00 +02:00
|
|
|
|
|
|
|
|
if(TOOLS)
|
2016-03-14 15:27:33 +01:00
|
|
|
add_subdirectory(bzip2)
|
2014-10-10 20:17:30 +02:00
|
|
|
add_subdirectory(CascLib)
|
2010-08-12 13:35:00 +02:00
|
|
|
endif()
|