starfix: HoR fix!!! wave+team check fix+2 bos jalan...kurang LK nya + PR:lootannya...
[st4rcore.git] / dep / jemalloc / CMakeLists.txt
blob0a802cd8f5ba40b15fe846e3b6e87706b3fd3478
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 file(GLOB sources src/*.c)
13 set(jemalloc_STAT_SRC
14   ${sources}
17 include_directories(
18   ${CMAKE_CURRENT_SOURCE_DIR}/include
21 add_definitions(-D_GNU_SOURCE -D_REENTRANT)
23 add_library(jemalloc STATIC ${sources})