summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index b05c35546..daa2d59de 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -14,6 +14,7 @@ set(SRCS
14 mem_arena.cpp 14 mem_arena.cpp
15 memory_util.cpp 15 memory_util.cpp
16 misc.cpp 16 misc.cpp
17 profiler.cpp
17 scm_rev.cpp 18 scm_rev.cpp
18 string_util.cpp 19 string_util.cpp
19 symbols.cpp 20 symbols.cpp
@@ -48,11 +49,14 @@ set(HEADERS
48 mem_arena.h 49 mem_arena.h
49 memory_util.h 50 memory_util.h
50 platform.h 51 platform.h
52 profiler.h
53 profiler_reporting.h
51 scm_rev.h 54 scm_rev.h
52 scope_exit.h 55 scope_exit.h
53 string_util.h 56 string_util.h
54 swap.h 57 swap.h
55 symbols.h 58 symbols.h
59 synchronized_wrapper.h
56 thread.h 60 thread.h
57 thread_queue_list.h 61 thread_queue_list.h
58 thunk.h 62 thunk.h