Code

process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
[inkscape.git] / src / dom / CMakeLists.txt
1 SET(dom_SRC
2 cssparser.cpp
3 domimpl.cpp
4 domptr.cpp
5 domstring.cpp
6 lsimpl.cpp
7 minidom.cpp
8 prop-css2.cpp
9 prop-css.cpp
10 prop-svg.cpp
11 smilimpl.cpp
12 svgimpl.cpp
13 svgparser.cpp
14 ucd.cpp
15 uri.cpp
16 xmlreader.cpp
17 xmlwriter.cpp
18 xpathimpl.cpp
19 xpathparser.cpp
20 xpathtoken.cpp
21 )