summaryrefslogtreecommitdiffstats
path: root/src/trace
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-13 05:39:42 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-13 05:39:42 +0000
commitb7a4f23ed217a36eaaefe8f707bcc1b968d1e562 (patch)
tree3ea6133fa6ac3a5cc836501a2daf8424112e797f /src/trace
parentReplace deprecated GTK_WIDGET_(UN)SET_FLAGS macros (diff)
downloadinkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.tar.gz
inkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.zip
cmake:
- group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
Diffstat (limited to 'src/trace')
-rw-r--r--src/trace/CMakeLists.txt25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/trace/CMakeLists.txt b/src/trace/CMakeLists.txt
index 3f712a314..958907df6 100644
--- a/src/trace/CMakeLists.txt
+++ b/src/trace/CMakeLists.txt
@@ -14,7 +14,30 @@ set(trace_SRC
potrace/potracelib.cpp
potrace/render.cpp
potrace/trace.cpp
+
+
+ # -------
+ # Headers
+ filterset.h
+ imagemap-gdk.h
+ imagemap.h
+ pool.h
+ quantize.h
+ siox.h
+ trace.h
+
+ potrace/auxiliary.h
+ potrace/bitmap.h
+ potrace/curve.h
+ potrace/decompose.h
+ potrace/greymap.h
+ potrace/inkscape-potrace.h
+ potrace/lists.h
+ potrace/potracelib.h
+ potrace/progress.h
+ potrace/render.h
+ potrace/trace.h
)
-# add_library(trace_LIB ${trace_SRC})
+# add_inkscape_lib(trace_LIB "${trace_SRC}")
add_inkscape_source("${trace_SRC}")