summaryrefslogtreecommitdiffstats
path: root/src/display
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/display
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/display')
-rw-r--r--src/display/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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
)