diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-30 17:30:24 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-30 17:30:24 +0000 |
| commit | ebdd3e096f7e2055e563c90e484fde48dfc7d588 (patch) | |
| tree | 237d3c04ef7ecd4fd37c1b40b49405d44e45eee0 /src/trace/potrace | |
| parent | add CMakeLists.txt file for src/ui and subdirs (diff) | |
| download | inkscape-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.txt | 20 |
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 |
