summaryrefslogtreecommitdiffstats
path: root/src/trace
diff options
context:
space:
mode:
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}")