From ebdd3e096f7e2055e563c90e484fde48dfc7d588 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 30 Mar 2008 17:30:24 +0000 Subject: add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. minimal checking was done with existing Makefile_insert (bzr r5241) --- src/xml/CMakeLists.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/xml/CMakeLists.txt (limited to 'src/xml') 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 -- cgit v1.2.3