[cmake-commits] hoffman committed CMakeLists.txt 1.5 1.5.4.1
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Oct 13 10:52:15 EDT 2006
Update of /cvsroot/CMake/CMake/Tests/OutOfSource/SubDir
In directory public:/mounts/ram/cvs-serv31017/Tests/OutOfSource/SubDir
Modified Files:
Tag: CMake-2-4
CMakeLists.txt
Log Message:
ENH: merge changes from the main tree to the 2.4 branch
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/OutOfSource/SubDir/CMakeLists.txt,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -u -d -r1.5 -r1.5.4.1
--- CMakeLists.txt 12 Sep 2005 18:26:45 -0000 1.5
+++ CMakeLists.txt 13 Oct 2006 14:52:12 -0000 1.5.4.1
@@ -1,3 +1,8 @@
PROJECT(ANOTHER_PROJ)
+
+# subdir to an out of source and out of binary directory
+ADD_SUBDIRECTORY(${OutOfSource_SOURCE_DIR}/../OutOfBinary
+ ${OutOfSource_BINARY_DIR}/../OutOfBinary)
+
# subdir to a sibling dir
ADD_SUBDIRECTORY(${OutOfSource_SOURCE_DIR}/${KEN}OutOfSourceSubdir OutOfSourceSubdir )
More information about the Cmake-commits
mailing list