Code

add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. minimal...
authorjohanengelen <johanengelen@users.sourceforge.net>
Sun, 30 Mar 2008 17:30:24 +0000 (17:30 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Sun, 30 Mar 2008 17:30:24 +0000 (17:30 +0000)
src/trace/CMakeLists.txt [new file with mode: 0644]
src/trace/potrace/CMakeLists.txt [new file with mode: 0644]
src/traits/CMakeLists.txt [new file with mode: 0644]
src/utest/CMakeLists.txt [new file with mode: 0644]
src/util/CMakeLists.txt [new file with mode: 0644]
src/widgets/CMakeLists.txt [new file with mode: 0644]
src/xml/CMakeLists.txt [new file with mode: 0644]

diff --git a/src/trace/CMakeLists.txt b/src/trace/CMakeLists.txt
new file mode 100644 (file)
index 0000000..046eeec
--- /dev/null
@@ -0,0 +1,24 @@
+SET(trace_SRC\r
+filterset.cpp\r
+filterset.h\r
+imagemap.cpp\r
+imagemap.h\r
+imagemap-gdk.cpp\r
+imagemap-gdk.h\r
+pool.h\r
+quantize.cpp\r
+quantize.h\r
+siox.cpp\r
+siox.h\r
+trace.cpp\r
+trace.h\r
+${trace_potrace_SRC}\r
+)\r
+# Add New folders in src folder here\r
+SET(tracefolders\r
+potrace\r
+)\r
+\r
+FOREACH(tracedirlist ${tracefolders})\r
+ADD_SUBDIRECTORY(${tracedirlist})\r
+ENDFOREACH(tracedirlist)
\ No newline at end of file
diff --git a/src/trace/potrace/CMakeLists.txt b/src/trace/potrace/CMakeLists.txt
new file mode 100644 (file)
index 0000000..8bfa163
--- /dev/null
@@ -0,0 +1,20 @@
+SET(trace_potrace_SRC\r
+auxiliary.h\r
+bitmap.h\r
+curve.cpp\r
+curve.h\r
+decompose.cpp\r
+decompose.h\r
+greymap.cpp\r
+greymap.h\r
+inkscape-potrace.cpp\r
+inkscape-potrace.h\r
+lists.h\r
+potracelib.cpp\r
+potracelib.h\r
+progress.h\r
+render.cpp\r
+render.h\r
+trace.cpp\r
+trace.h\r
+)
\ No newline at end of file
diff --git a/src/traits/CMakeLists.txt b/src/traits/CMakeLists.txt
new file mode 100644 (file)
index 0000000..fe5d988
--- /dev/null
@@ -0,0 +1,2 @@
+SET(traits_SRC\r
+)\r
diff --git a/src/utest/CMakeLists.txt b/src/utest/CMakeLists.txt
new file mode 100644 (file)
index 0000000..f0185d8
--- /dev/null
@@ -0,0 +1,2 @@
+SET(utest_SRC\r
+)\r
diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt
new file mode 100644 (file)
index 0000000..85aebb5
--- /dev/null
@@ -0,0 +1,19 @@
+SET(util_SRC\r
+enums.h\r
+filter-list.h\r
+fixed_point.h\r
+format.h\r
+forward-pointer-iterator.h\r
+glib-list-iterators.h\r
+list.h\r
+list-container.h\r
+list-container-test.cpp\r
+map-list.h\r
+mathfns.h\r
+reverse-list.h\r
+share.cpp\r
+share.h\r
+tuple.h\r
+units.cpp\r
+units.h\r
+)
\ No newline at end of file
diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt
new file mode 100644 (file)
index 0000000..512d40b
--- /dev/null
@@ -0,0 +1,65 @@
+SET(widgets_SRC\r
+button.cpp\r
+button.h\r
+calligraphic-profile-rename.cpp\r
+calligraphic-profile-rename.h\r
+dash-selector.cpp\r
+dash-selector.h\r
+desktop-widget.cpp\r
+desktop-widget.h\r
+font-selector.cpp\r
+font-selector.h\r
+gradient-image.cpp\r
+gradient-image.h\r
+gradient-selector.cpp\r
+gradient-selector.h\r
+gradient-toolbar.cpp\r
+gradient-toolbar.h\r
+gradient-vector.cpp\r
+gradient-vector.h\r
+icon.cpp\r
+icon.h\r
+layer-selector.cpp\r
+layer-selector.h\r
+paint-selector.cpp\r
+paint-selector.h\r
+ruler.cpp\r
+ruler.h\r
+select-toolbar.cpp\r
+select-toolbar.h\r
+shrink-wrap-button.cpp\r
+shrink-wrap-button.h\r
+sp-color-gtkselector.cpp\r
+sp-color-gtkselector.h\r
+sp-color-icc-selector.cpp\r
+sp-color-icc-selector.h\r
+sp-color-notebook.cpp\r
+sp-color-notebook.h\r
+sp-color-preview.cpp\r
+sp-color-preview.h\r
+sp-color-scales.cpp\r
+sp-color-scales.h\r
+sp-color-selector.cpp\r
+sp-color-selector.h\r
+sp-color-slider.cpp\r
+sp-color-slider.h\r
+sp-color-wheel.cpp\r
+sp-color-wheel.h\r
+sp-color-wheel-selector.cpp\r
+sp-color-wheel-selector.h\r
+spinbutton-events.cpp\r
+spinbutton-events.h\r
+sp-widget.cpp\r
+sp-widget.h\r
+spw-utilities.cpp\r
+spw-utilities.h\r
+sp-xmlview-attr-list.cpp\r
+sp-xmlview-attr-list.h\r
+sp-xmlview-content.cpp\r
+sp-xmlview-content.h\r
+sp-xmlview-tree.cpp\r
+sp-xmlview-tree.h\r
+toolbox.cpp\r
+toolbox.h\r
+widget-sizes.h\r
+)
\ No newline at end of file
diff --git a/src/xml/CMakeLists.txt b/src/xml/CMakeLists.txt
new file mode 100644 (file)
index 0000000..23cb7e9
--- /dev/null
@@ -0,0 +1,44 @@
+SET(xml_SRC\r
+attribute-record.h\r
+comment-node.h\r
+composite-node-observer.cpp\r
+composite-node-observer.h\r
+croco-node-iface.cpp\r
+croco-node-iface.h\r
+document.h\r
+element-node.h\r
+event.cpp\r
+event.h\r
+event-fns.h\r
+invalid-operation-exception.h\r
+log-builder.cpp\r
+log-builder.h\r
+node.h\r
+node-event-vector.h\r
+node-fns.cpp\r
+node-fns.h\r
+node-iterators.h\r
+node-observer.h\r
+pi-node.h\r
+quote.cpp\r
+quote.h\r
+quote-test.cpp\r
+quote-test.h\r
+repr.cpp\r
+repr.h\r
+repr-action-test.cpp\r
+repr-action-test.h\r
+repr-css.cpp\r
+repr-io.cpp\r
+repr-sorting.cpp\r
+repr-sorting.h\r
+repr-util.cpp\r
+simple-document.cpp\r
+simple-document.h\r
+simple-node.cpp\r
+simple-node.h\r
+sp-css-attr.h\r
+subtree.cpp\r
+subtree.h\r
+text-node.h\r
+)
\ No newline at end of file