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)
18 ${CMAKE_CURRENT_SOURCE_DIR}/include
21 add_definitions(-D_GNU_SOURCE -D_REENTRANT)
23 add_library(jemalloc STATIC ${sources})