Code

emf import : recalculate text alignment for rotated text (Bug 341847)
[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})