[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.2 1.2.6.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 1 12:35:43 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: merge from cvs create yikes RC 10! (I hope this is the last RC...)


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/GeneratorInExtraDir/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -C 2 -d -r1.2 -r1.2.6.1
*** CMakeLists.txt	9 May 2007 12:25:45 -0000	1.2
--- CMakeLists.txt	1 May 2008 16:35:40 -0000	1.2.6.1
***************
*** 1,2 ****
--- 1,4 ----
+ ADD_DEFINITIONS(-DGENERATOR_EXTERN)
+ 
  # add the executable which will be used for generating files
  ADD_EXECUTABLE(generator_extern ../generator.cxx)



More information about the Cmake-commits mailing list