summaryrefslogtreecommitdiffstats
path: root/src/trace/potrace
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-12 18:27:29 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-12 18:27:29 +0000
commit0ddedab9c6185028661dcaaac9f6fbca4c9e93fc (patch)
treebbc7867e964a5b358b7b144df7c434941f7f06bf /src/trace/potrace
parentsupport python3.x for other i18n scripts (diff)
downloadinkscape-0ddedab9c6185028661dcaaac9f6fbca4c9e93fc.tar.gz
inkscape-0ddedab9c6185028661dcaaac9f6fbca4c9e93fc.zip
work in progress cmake commit:
- cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
Diffstat (limited to 'src/trace/potrace')
-rw-r--r--src/trace/potrace/CMakeLists.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/trace/potrace/CMakeLists.txt b/src/trace/potrace/CMakeLists.txt
index f61e8bcd1..e48d7689f 100644
--- a/src/trace/potrace/CMakeLists.txt
+++ b/src/trace/potrace/CMakeLists.txt
@@ -1,9 +1,9 @@
-SET(trace_potrace_SRC
-curve.cpp
-decompose.cpp
-greymap.cpp
-inkscape-potrace.cpp
-potracelib.cpp
-render.cpp
-trace.cpp
+set(trace_potrace_SRC
+ curve.cpp
+ decompose.cpp
+ greymap.cpp
+ inkscape-potrace.cpp
+ potracelib.cpp
+ render.cpp
+ trace.cpp
)