summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-11-22 00:07:03 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-11-22 00:07:03 (GMT)
commit679c1422b4441d87fc6986be4949a1e247523f94 (patch)
treeffa41b7ddfbae11c6702ecfc1582c974f9e897f4 /Source
parentceac346af6ebd4a48ea58db0dc64e10533ee9322 (diff)
downloadCMake-679c1422b4441d87fc6986be4949a1e247523f94.zip
CMake-679c1422b4441d87fc6986be4949a1e247523f94.tar.gz
CMake-679c1422b4441d87fc6986be4949a1e247523f94.tar.bz2
-document CMAKE_EXTRA_GENERATOR
Alex
Diffstat (limited to 'Source')
-rw-r--r--Source/cmDocumentVariables.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index b42f2a9..68d4983 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -201,6 +201,14 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"\"Visual Studio 6\", etc.)",false,
"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.",
"This is the path to the top level of the source tree.",false,