summaryrefslogtreecommitdiffstats
path: root/src/debug
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/CMakeLists.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/debug/CMakeLists.txt b/src/debug/CMakeLists.txt
index 9039d52bb..5c0354fce 100644
--- a/src/debug/CMakeLists.txt
+++ b/src/debug/CMakeLists.txt
@@ -7,7 +7,22 @@ set(debug_SRC
sysv-heap.cpp
timestamp.cpp
gdk-event-latency-tracker.cpp
+
+
+ # ------
+ # Header
+ demangle.h
+ event-tracker.h
+ event.h
+ gc-heap.h
+ gdk-event-latency-tracker.h
+ heap.h
+ log-display-config.h
+ logger.h
+ simple-event.h
+ sysv-heap.h
+ timestamp.h
)
-# add_library(debug_LIB ${debug_SRC})
+# add_inkscape_lib(debug_LIB "${debug_SRC}")
add_inkscape_source("${debug_SRC}")