summaryrefslogtreecommitdiffstats
path: root/src/libnr
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-06-24 06:32:23 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-06-24 06:32:23 +0000
commitf53151e0184975e4331f5e981f57e32148379d74 (patch)
tree90c2086e058777c2b464844e14fa61bca3dfc91c /src/libnr
parentdelivarotify, render with cairo; regression: cairo cannot do inverse (diff)
downloadinkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz
inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/libnr')
-rw-r--r--src/libnr/CMakeLists.txt141
1 files changed, 39 insertions, 102 deletions
diff --git a/src/libnr/CMakeLists.txt b/src/libnr/CMakeLists.txt
index 9adfb1236..00307fcdd 100644
--- a/src/libnr/CMakeLists.txt
+++ b/src/libnr/CMakeLists.txt
@@ -1,104 +1,41 @@
-SET(libnr_SRC
-in-svg-plane.h
-#in-svg-plane-test.cpp
-#in-svg-plane-test.h
-n-art-bpath.h
-n-art-bpath-2geom.cpp
-n-art-bpath-2geom.h
-nr-blit.cpp
-nr-blit.h
-nr-compose.cpp
-nr-compose.h
-nr-compose-transform.cpp
-nr-compose-transform.h
-nr-convert2geom.h
-nr-convex-hull.h
-nr-convex-hull-ops.h
-nr-coord.h
-nr-dim2.h
-nr-forward.h
-nr-gradient.cpp
-nr-gradient.h
-nr-i-coord.h
-nr-macros.h
-nr-matrix.cpp
-nr-matrix.h
-nr-matrix-div.cpp
-nr-matrix-div.h
-nr-matrix-fns.cpp
-nr-matrix-fns.h
-nr-matrix-ops.h
-nr-matrix-rotate-ops.cpp
-nr-matrix-rotate-ops.h
-nr-matrix-scale-ops.h
-nr-matrix-test.cpp
-nr-matrix-test.h
-nr-matrix-translate-ops.h
-nr-maybe.h
-nr-object.cpp
-nr-object.h
-nr-path.cpp
-nr-path.h
-nr-path-code.h
-nr-pixblock.cpp
-nr-pixblock.h
-nr-pixblock-line.cpp
-nr-pixblock-line.h
-nr-pixblock-pattern.cpp
-nr-pixblock-pattern.h
-nr-pixblock-pixel.cpp
-nr-pixblock-pixel.h
-nr-pixops.h
-nr-point.h
-nr-point-fns.cpp
-nr-point-fns.h
-#nr-point-fns-test.cpp
-#nr-point-fns-test.h
-nr-point-l.h
-nr-point-matrix-ops.h
-nr-point-ops.h
-nr-rect.cpp
-nr-rect.h
-nr-rect-l.cpp
-nr-rect-l.h
-nr-rect-ops.h
-nr-render.h
-nr-rotate.h
-nr-rotate-fns.cpp
-nr-rotate-fns.h
-#nr-rotate-fns-test.cpp
-#nr-rotate-fns-test.h
-nr-rotate-matrix-ops.cpp
-nr-rotate-matrix-ops.h
-nr-rotate-ops.h
-nr-rotate-test.cpp
-nr-rotate-test.h
-nr-scale.h
-nr-scale-matrix-ops.cpp
-nr-scale-matrix-ops.h
-nr-scale-ops.h
-nr-scale-test.cpp
-nr-scale-test.h
-nr-scale-translate-ops.cpp
-nr-scale-translate-ops.h
-nr-translate.h
-nr-translate-matrix-ops.cpp
-nr-translate-matrix-ops.h
-nr-translate-ops.h
-nr-translate-rotate-ops.cpp
-nr-translate-rotate-ops.h
-nr-translate-scale-ops.cpp
-nr-translate-scale-ops.h
-#nr-translate-test.cpp
-#nr-translate-test.h
-nr-types.cpp
-nr-types.h
-#nr-types-test.cpp
-#nr-types-test.h
-nr-values.cpp
-nr-values.h
-testnr.cpp
-)
+SET(libnr_SRC
+#in-svg-plane-test.cpp
+n-art-bpath-2geom.cpp
+nr-blit.cpp
+nr-compose.cpp
+nr-compose-transform.cpp
+nr-gradient.cpp
+nr-matrix.cpp
+nr-matrix-div.cpp
+nr-matrix-fns.cpp
+nr-matrix-rotate-ops.cpp
+nr-matrix-test.cpp
+nr-object.cpp
+nr-path.cpp
+nr-pixblock.cpp
+nr-pixblock-line.cpp
+nr-pixblock-pattern.cpp
+nr-pixblock-pixel.cpp
+nr-point-fns.cpp
+#nr-point-fns-test.cpp
+nr-rect.cpp
+nr-rect-l.cpp
+nr-rotate-fns.cpp
+#nr-rotate-fns-test.cpp
+nr-rotate-matrix-ops.cpp
+nr-rotate-test.cpp
+nr-scale-matrix-ops.cpp
+nr-scale-test.cpp
+nr-scale-translate-ops.cpp
+nr-translate-matrix-ops.cpp
+nr-translate-rotate-ops.cpp
+nr-translate-scale-ops.cpp
+#nr-translate-test.cpp
+nr-types.cpp
+#nr-types-test.cpp
+nr-values.cpp
+testnr.cpp
+)
ADD_LIBRARY(nr STATIC ${libnr_SRC})
-TARGET_LINK_LIBRARIES(nr
+TARGET_LINK_LIBRARIES(nr
"${INKSCAPE_LINK_FLAGS}" 2geom )