[Cmake-commits] [cmake-commits] alex committed cmDocumentVariables.cxx 1.44 1.45

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Nov 21 19:07:05 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv12040

Modified Files:
	cmDocumentVariables.cxx 
Log Message:
-document CMAKE_EXTRA_GENERATOR

Alex


Index: cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.44
retrieving revision 1.45
diff -C 2 -d -r1.44 -r1.45
*** cmDocumentVariables.cxx	2 Oct 2009 17:22:13 -0000	1.44
--- cmDocumentVariables.cxx	22 Nov 2009 00:07:03 -0000	1.45
***************
*** 202,205 ****
--- 202,213 ----
       "Variables that Provide Information");
    cm->DefineProperty
+     ("CMAKE_EXTRA_GENERATOR", cmProperty::VARIABLE,
+      "The extra generator used to build the project.",
+      "When using the Eclipse, CodeBlocks or KDevelop generators, CMake "
+      "generates Makefiles (CMAKE_GENERATOR) and additionally project files "
+      "for the respective IDE. This IDE project file generator is stored in "
+      "CMAKE_EXTRA_GENERATOR (e.g. \"Eclipse CDT4\").",false,
+      "Variables that Provide Information");
+   cm->DefineProperty
      ("CMAKE_HOME_DIRECTORY", cmProperty::VARIABLE,
       "Path to top of source tree.",



More information about the Cmake-commits mailing list