Code

Fix for PathString to prevent it from getting into a very, very long copying run...
[inkscape.git] / src / trace / potrace / CMakeLists.txt
1 SET(trace_potrace_SRC
2 curve.cpp
3 decompose.cpp
4 greymap.cpp
5 inkscape-potrace.cpp
6 potracelib.cpp
7 render.cpp
8 trace.cpp
9 )