[cmake-commits] hoffman committed CMakeLists.txt 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 21 21:24:19 EST 2007


Update of /cvsroot/CMake/CMake/Tests/SubDirSpaces
In directory public:/mounts/ram/cvs-serv8802/Tests/SubDirSpaces

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: fix parens in the path with spaces in the path


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SubDirSpaces/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeLists.txt	19 Feb 2007 19:48:04 -0000	1.2
+++ CMakeLists.txt	22 Feb 2007 02:24:17 -0000	1.3
@@ -1,5 +1,5 @@
 PROJECT(SUBDIR)
-SUBDIRS("Executable Sources" EXCLUDE_FROM_ALL "Some Examples")
+SUBDIRS("Executable Sources" "Some(x86) Sources" EXCLUDE_FROM_ALL "Some Examples")
 WRITE_FILE(${SUBDIR_BINARY_DIR}/ShouldBeHere "This file should exist.")
 #WATCOM WMAKE does not support + in the name of a file!
 IF(WATCOM)
@@ -41,3 +41,5 @@
     vcl_algorithm+vcl_pair+double.foo.c)
 ENDIF(WATCOM)  
 ADD_EXECUTABLE(TestWithAuxSourceDir ${SOURCES})
+target_link_libraries(TestWithAuxSourceDir testOddPath)
+



More information about the Cmake-commits mailing list