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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index e743a026d..7f3712efa 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -11,6 +11,7 @@ set(SRCS
11 logging/text_formatter.cpp 11 logging/text_formatter.cpp
12 logging/backend.cpp 12 logging/backend.cpp
13 memory_util.cpp 13 memory_util.cpp
14 microprofile.cpp
14 misc.cpp 15 misc.cpp
15 profiler.cpp 16 profiler.cpp
16 scm_rev.cpp 17 scm_rev.cpp
@@ -43,6 +44,8 @@ set(HEADERS
43 make_unique.h 44 make_unique.h
44 math_util.h 45 math_util.h
45 memory_util.h 46 memory_util.h
47 microprofile.h
48 microprofileui.h
46 platform.h 49 platform.h
47 profiler.h 50 profiler.h
48 profiler_reporting.h 51 profiler_reporting.h