From 31c122936be7ce128ecbdac60fab84136ceca3bd Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 30 Mar 2008 18:13:53 +0000 Subject: add CMakeFiles for libcroco, libgdl, libnr, libnrtype. (bzr r5247) --- src/libnr/CMakeLists.txt | 100 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 src/libnr/CMakeLists.txt (limited to 'src/libnr') diff --git a/src/libnr/CMakeLists.txt b/src/libnr/CMakeLists.txt new file mode 100644 index 000000000..103e5c4ae --- /dev/null +++ b/src/libnr/CMakeLists.txt @@ -0,0 +1,100 @@ +SET(libnr_SRC +in-svg-plane.h +in-svg-plane-test.cpp +in-svg-plane-test.h +n-art-bpath.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 +) +ADD_LIBRARY(inklibnr STATIC ${libnr_SRC}) \ No newline at end of file -- cgit v1.2.3