Code

00307fcdd3a631e0efd0050173d1b9e66d974723
[inkscape.git] / src / libnr / CMakeLists.txt
1 SET(libnr_SRC
2 #in-svg-plane-test.cpp
3 n-art-bpath-2geom.cpp
4 nr-blit.cpp
5 nr-compose.cpp
6 nr-compose-transform.cpp
7 nr-gradient.cpp
8 nr-matrix.cpp
9 nr-matrix-div.cpp
10 nr-matrix-fns.cpp
11 nr-matrix-rotate-ops.cpp
12 nr-matrix-test.cpp
13 nr-object.cpp
14 nr-path.cpp
15 nr-pixblock.cpp
16 nr-pixblock-line.cpp
17 nr-pixblock-pattern.cpp
18 nr-pixblock-pixel.cpp
19 nr-point-fns.cpp
20 #nr-point-fns-test.cpp
21 nr-rect.cpp
22 nr-rect-l.cpp
23 nr-rotate-fns.cpp
24 #nr-rotate-fns-test.cpp
25 nr-rotate-matrix-ops.cpp
26 nr-rotate-test.cpp
27 nr-scale-matrix-ops.cpp
28 nr-scale-test.cpp
29 nr-scale-translate-ops.cpp
30 nr-translate-matrix-ops.cpp
31 nr-translate-rotate-ops.cpp
32 nr-translate-scale-ops.cpp
33 #nr-translate-test.cpp
34 nr-types.cpp
35 #nr-types-test.cpp
36 nr-values.cpp
37 testnr.cpp
38 )
39 ADD_LIBRARY(nr STATIC ${libnr_SRC})
40 TARGET_LINK_LIBRARIES(nr
41         "${INKSCAPE_LINK_FLAGS}" 2geom )