From ccf885e41bea548874b1e9e2a2926595a84aa168 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 10 Apr 2008 12:46:54 +0000 Subject: cmake: exclude some files that are also excluded from build in build.xml (bzr r5400) --- src/display/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/display') 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 ) -- cgit v1.2.3