Code

a9bdba99dd3c21babe69d9f3544deee4e24a8e89
[inkscape.git] / src / xml / CMakeLists.txt
1 SET(xml_SRC
2 attribute-record.h
3 comment-node.h
4 composite-node-observer.cpp
5 composite-node-observer.h
6 croco-node-iface.cpp
7 croco-node-iface.h
8 document.h
9 element-node.h
10 event.cpp
11 event.h
12 event-fns.h
13 invalid-operation-exception.h
14 log-builder.cpp
15 log-builder.h
16 node.h
17 node-event-vector.h
18 node-fns.cpp
19 node-fns.h
20 node-iterators.h
21 node-observer.h
22 pi-node.h
23 quote.cpp
24 quote.h
25 #quote-test.cpp
26 #quote-test.h
27 repr.cpp
28 repr.h
29 #repr-action-test.cpp
30 #repr-action-test.h
31 repr-css.cpp
32 repr-io.cpp
33 repr-sorting.cpp
34 repr-sorting.h
35 repr-util.cpp
36 simple-document.cpp
37 simple-document.h
38 simple-node.cpp
39 simple-node.h
40 sp-css-attr.h
41 subtree.cpp
42 subtree.h
43 text-node.h
44 )