[cmake-commits] alex committed CMakeLists.txt 1.1.2.1 1.1.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Mon May 7 14:50:29 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/CustomCommand/GeneratorInExtraDir
In directory public:/mounts/ram/cvs-serv8793/Tests/CustomCommand/GeneratorInExtraDir

Modified Files:
      Tag: CMake-ACC-TargetUsedAsCommand
	CMakeLists.txt 
Log Message:

ENH: also test the automatic dependency. To make it a bit harder also use SET_TARGET_PROPERTIES(OUTPUT_NAME) for the generator executable

Alex


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/GeneratorInExtraDir/Attic/CMakeLists.txt,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- CMakeLists.txt	4 May 2007 20:43:30 -0000	1.1.2.1
+++ CMakeLists.txt	7 May 2007 18:50:27 -0000	1.1.2.2
@@ -1,2 +1,3 @@
 # add the executable which will be used for generating files
 ADD_EXECUTABLE(generator_extern ../generator.cxx)
+SET_TARGET_PROPERTIES(generator_extern PROPERTIES OUTPUT_NAME the_external_generator)



More information about the Cmake-commits mailing list