1 # Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
3 # This file is free software; as a special exception the author gives
4 # unlimited permission to copy and/or distribute it, with or without
5 # modifications, as long as this notice is preserved.
7 # This program is distributed in the hope that it will be useful, but
8 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 if( CMAKE_COMPILER_IS_GNUCXX )
12 add_definitions(--no-warnings)
17 if(CMAKE_SYSTEM_NAME MATCHES "Linux")
19 add_subdirectory(jemalloc)
23 if(CMAKE_SYSTEM_NAME MATCHES "Windows")
25 add_subdirectory(acelite)
27 add_subdirectory(mysqllite)
30 add_subdirectory(bzip2)
31 add_subdirectory(zlib)
34 add_subdirectory(g3dlite)
37 add_subdirectory(gsoap)
41 add_subdirectory(libmpq)