Code

Cmake: restructure build files to be more like current build system. Should reduce...
[inkscape.git] / src / xml / CMakeLists.txt
1 SET(xml_SRC
2 composite-node-observer.cpp
3 croco-node-iface.cpp
4 event.cpp
5 log-builder.cpp
6 node-fns.cpp
7 quote.cpp
8 #quote-test.cpp
9 repr.cpp
10 #repr-action-test.cpp
11 repr-css.cpp
12 repr-io.cpp
13 repr-sorting.cpp
14 repr-util.cpp
15 simple-document.cpp
16 simple-node.cpp
17 subtree.cpp
18 )
19 ADD_LIBRARY(xml STATIC ${xml_SRC})