Code

Cmake: Moved sp-* into own library to reduce link cmdline and add new files to their...
[inkscape.git] / src / svg / CMakeLists.txt
1 SET(svg_SRC
2 css-ostringstream.cpp
3 css-ostringstream.h
4 #css-ostringstream-test.h
5 #ftos.cpp
6 #ftos.h
7 gnome-canvas-bpath-util.cpp
8 gnome-canvas-bpath-util.h
9 itos.cpp
10 path-string.cpp
11 path-string.h
12 round.cpp
13 sp-svg.def
14 stringstream.cpp
15 stringstream.h
16 #stringstream-test.h
17 strip-trailing-zeros.cpp
18 strip-trailing-zeros.h
19 svg-affine.cpp
20 svg-color.cpp
21 svg-color.h
22 #svg-color-test.h
23 svg.h
24 svg-icc-color.h
25 svg-length.cpp
26 svg-length.h
27 svg-path.cpp
28 #svg-path-test.h
29 #test-stubs.cpp
30 #test-stubs.h
31 )