diff options
Diffstat (limited to 'src/debug/CMakeLists.txt')
-rw-r--r-- | src/debug/CMakeLists.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/debug/CMakeLists.txt b/src/debug/CMakeLists.txt new file mode 100644 index 0000000..d9ff07a --- /dev/null +++ b/src/debug/CMakeLists.txt @@ -0,0 +1,26 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +set(debug_SRC + demangle.cpp + heap.cpp + log-display-config.cpp + logger.cpp + sysv-heap.cpp + timestamp.cpp + + # ------ + # Header + demangle.h + event-tracker.h + event.h + gc-heap.h + heap.h + log-display-config.h + logger.h + simple-event.h + sysv-heap.h + timestamp.h +) + +# add_inkscape_lib(debug_LIB "${debug_SRC}") +add_inkscape_source("${debug_SRC}") |