From: johanengelen Date: Thu, 10 Apr 2008 12:46:54 +0000 (+0000) Subject: cmake: exclude some files that are also excluded from build in build.xml X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dc44e0049e0f4a5692de2d5c83524ef91449912d;p=inkscape.git cmake: exclude some files that are also excluded from build in build.xml --- 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