summaryrefslogtreecommitdiffstats
path: root/src/trace/potrace
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-06-24 06:32:23 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-06-24 06:32:23 +0000
commitf53151e0184975e4331f5e981f57e32148379d74 (patch)
tree90c2086e058777c2b464844e14fa61bca3dfc91c /src/trace/potrace
parentdelivarotify, render with cairo; regression: cairo cannot do inverse (diff)
downloadinkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz
inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/trace/potrace')
-rw-r--r--src/trace/potrace/CMakeLists.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/trace/potrace/CMakeLists.txt b/src/trace/potrace/CMakeLists.txt
index 07f942589..f61e8bcd1 100644
--- a/src/trace/potrace/CMakeLists.txt
+++ b/src/trace/potrace/CMakeLists.txt
@@ -1,20 +1,9 @@
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
+)