summaryrefslogtreecommitdiffstats
path: root/src/trace/potrace
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-30 17:30:24 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-30 17:30:24 +0000
commitebdd3e096f7e2055e563c90e484fde48dfc7d588 (patch)
tree237d3c04ef7ecd4fd37c1b40b49405d44e45eee0 /src/trace/potrace
parentadd CMakeLists.txt file for src/ui and subdirs (diff)
downloadinkscape-ebdd3e096f7e2055e563c90e484fde48dfc7d588.tar.gz
inkscape-ebdd3e096f7e2055e563c90e484fde48dfc7d588.zip
add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. minimal checking was done with existing Makefile_insert
(bzr r5241)
Diffstat (limited to 'src/trace/potrace')
-rw-r--r--src/trace/potrace/CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/trace/potrace/CMakeLists.txt b/src/trace/potrace/CMakeLists.txt
new file mode 100644
index 000000000..8bfa163b6
--- /dev/null
+++ b/src/trace/potrace/CMakeLists.txt
@@ -0,0 +1,20 @@
+SET(trace_potrace_SRC
+auxiliary.h
+bitmap.h
+curve.cpp
+curve.h
+decompose.cpp
+decompose.h
+greymap.cpp
+greymap.h
+inkscape-potrace.cpp
+inkscape-potrace.h
+lists.h
+potracelib.cpp
+potracelib.h
+progress.h
+render.cpp
+render.h
+trace.cpp
+trace.h
+) \ No newline at end of file