Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / svg / CMakeLists.txt
1 SET(svg_SRC
2 css-ostringstream.cpp
3 #ftos.cpp
4 itos.cpp
5 path-string.cpp
6 round.cpp
7 sp-svg.def
8 stringstream.cpp
9 strip-trailing-zeros.cpp
10 svg-affine.cpp
11 svg-color.cpp
12 svg-length.cpp
13 svg-path.cpp
14 #test-stubs.cpp
15 )
16 ADD_LIBRARY(svg STATIC ${svg_SRC})
17 TARGET_LINK_LIBRARIES(svg
18 2geom ${INKSCAPE_LIBS})