tokkee.org
Code
projects
/
inkscape.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Only load from preferences when really needed, which might help reducing the processo...
[inkscape.git]
/
src
/
debug
/
CMakeLists.txt
1
SET(debug_SRC
2
demangle.cpp
3
heap.cpp
4
log-display-config.cpp
5
logger.cpp
6
sysv-heap.cpp
7
timestamp.cpp
8
gdk-event-latency-tracker.cpp
9
)
10
ADD_LIBRARY(debug STATIC ${debug_SRC})
11
TARGET_LINK_LIBRARIES(debug
12
2geom ${INKSCAPE_LIBS})