aboutsummaryrefslogtreecommitdiff
path: root/dep/jemalloc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dep/jemalloc/CMakeLists.txt')
-rw-r--r--dep/jemalloc/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/dep/jemalloc/CMakeLists.txt b/dep/jemalloc/CMakeLists.txt
index d560c6ba675..0a802cd8f5b 100644
--- a/dep/jemalloc/CMakeLists.txt
+++ b/dep/jemalloc/CMakeLists.txt
@@ -8,16 +8,14 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-file(GLOB sources *.c)
+file(GLOB sources src/*.c)
set(jemalloc_STAT_SRC
${sources}
)
include_directories(
- ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/include
- ${CMAKE_CURRENT_SOURCE_DIR}/include/internal
)
add_definitions(-D_GNU_SOURCE -D_REENTRANT)