[cmake-commits] king committed CMakeLists.txt 1.40 1.41

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 12 09:23:08 EST 2007


Update of /cvsroot/CMake/CMake/Tests/Complex/Library
In directory public:/mounts/ram/cvs-serv18504/Complex/Library

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTORY, and ARCHIVE_OUTPUT_DIRECTORY.  This is an incremental fix for bug#2240 and bug#4210.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Complex/Library/CMakeLists.txt,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- CMakeLists.txt	7 Dec 2006 14:44:46 -0000	1.40
+++ CMakeLists.txt	12 Mar 2007 14:23:06 -0000	1.41
@@ -7,6 +7,7 @@
 #
 UTILITY_SOURCE(CREATE_FILE_EXE create_file "." create_file.cxx)
 ADD_EXECUTABLE(create_file create_file.cxx)
+SET_TARGET_PROPERTIES(create_file PROPERTIES RUNTIME_OUTPUT_DIRECTORY ".")
 
 #
 # Create static library



More information about the Cmake-commits mailing list