Code

Cmake: remove header files from source lists
[inkscape.git] / src / dom / CMakeLists.txt
1 SET(dom_SRC
2 cssreader.cpp
3 domimpl.cpp
4 domptr.cpp
5 domstring.cpp
6 lsimpl.cpp
7 prop-css2.cpp
8 #prop-css.cpp
9 #prop-svg.cpp
10 smilimpl.cpp
11 svgimpl.cpp
12 svgreader.cpp
13 ucd.cpp
14 uri.cpp
15 xmlreader.cpp
16 xmlwriter.cpp
17 xpathimpl.cpp
18 xpathparser.cpp
19 xpathtoken.cpp
20 )