summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-30 17:30:24 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-30 17:30:24 +0000
commitebdd3e096f7e2055e563c90e484fde48dfc7d588 (patch)
tree237d3c04ef7ecd4fd37c1b40b49405d44e45eee0 /src/xml
parentadd CMakeLists.txt file for src/ui and subdirs (diff)
downloadinkscape-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/xml')
-rw-r--r--src/xml/CMakeLists.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/xml/CMakeLists.txt b/src/xml/CMakeLists.txt
new file mode 100644
index 000000000..23cb7e9ad
--- /dev/null
+++ b/src/xml/CMakeLists.txt
@@ -0,0 +1,44 @@
+SET(xml_SRC
+attribute-record.h
+comment-node.h
+composite-node-observer.cpp
+composite-node-observer.h
+croco-node-iface.cpp
+croco-node-iface.h
+document.h
+element-node.h
+event.cpp
+event.h
+event-fns.h
+invalid-operation-exception.h
+log-builder.cpp
+log-builder.h
+node.h
+node-event-vector.h
+node-fns.cpp
+node-fns.h
+node-iterators.h
+node-observer.h
+pi-node.h
+quote.cpp
+quote.h
+quote-test.cpp
+quote-test.h
+repr.cpp
+repr.h
+repr-action-test.cpp
+repr-action-test.h
+repr-css.cpp
+repr-io.cpp
+repr-sorting.cpp
+repr-sorting.h
+repr-util.cpp
+simple-document.cpp
+simple-document.h
+simple-node.cpp
+simple-node.h
+sp-css-attr.h
+subtree.cpp
+subtree.h
+text-node.h
+) \ No newline at end of file