summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-10 12:46:54 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-10 12:46:54 +0000
commitccf885e41bea548874b1e9e2a2926595a84aa168 (patch)
tree67ee0f66cbf0022c8c1708b718162c8f6ed63cb2 /src
parentcmake: include javainc dir. please check if this works on linux and solaris too (diff)
downloadinkscape-ccf885e41bea548874b1e9e2a2926595a84aa168.tar.gz
inkscape-ccf885e41bea548874b1e9e2a2926595a84aa168.zip
cmake: exclude some files that are also excluded from build in build.xml
(bzr r5400)
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
-rw-r--r--src/display/CMakeLists.txt4
-rw-r--r--src/libnr/CMakeLists.txt20
3 files changed, 14 insertions, 13 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index aaf6bbe28..4a31b58df 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -90,7 +90,8 @@ ENDFOREACH(dirlist)
IF(WIN32)
SET(ONLY_WIN
registrytool.cpp
-deptool.cpp)
+#deptool.cpp
+)
ELSEIF(WIN32)
SET(ONLY_WIN)
ENDIF(WIN32)
diff --git a/src/display/CMakeLists.txt b/src/display/CMakeLists.txt
index 71245d3ab..f83269190 100644
--- a/src/display/CMakeLists.txt
+++ b/src/display/CMakeLists.txt
@@ -1,6 +1,6 @@
SET(display_SRC
bezier-utils.cpp
-bezier-utils-test.cpp
+#bezier-utils-test.cpp
canvas-arena.cpp
canvas-axonomgrid.cpp
canvas-bpath.cpp
@@ -53,5 +53,5 @@ sp-canvas.cpp
sp-canvas-util.cpp
sp-ctrlline.cpp
sp-ctrlquadr.cpp
-testnr.cpp
+#testnr.cpp
)
diff --git a/src/libnr/CMakeLists.txt b/src/libnr/CMakeLists.txt
index cc2bea1d3..9936fa02c 100644
--- a/src/libnr/CMakeLists.txt
+++ b/src/libnr/CMakeLists.txt
@@ -1,7 +1,7 @@
SET(libnr_SRC
in-svg-plane.h
-in-svg-plane-test.cpp
-in-svg-plane-test.h
+#in-svg-plane-test.cpp
+#in-svg-plane-test.h
n-art-bpath.h
nr-blit.cpp
nr-blit.h
@@ -50,8 +50,8 @@ 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-fns-test.cpp
+#nr-point-fns-test.h
nr-point-l.h
nr-point-matrix-ops.h
nr-point-ops.h
@@ -64,8 +64,8 @@ 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-fns-test.cpp
+#nr-rotate-fns-test.h
nr-rotate-matrix-ops.cpp
nr-rotate-matrix-ops.h
nr-rotate-ops.h
@@ -87,12 +87,12 @@ 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-translate-test.cpp
+#nr-translate-test.h
nr-types.cpp
nr-types.h
-nr-types-test.cpp
-nr-types-test.h
+#nr-types-test.cpp
+#nr-types-test.h
nr-values.cpp
nr-values.h
testnr.cpp