-document CMAKE_EXTRA_GENERATOR
Alex
This commit is contained in:
parent
ceac346af6
commit
679c1422b4
@ -200,6 +200,14 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
|||||||
"build files. (e.g. \"Unix Makefiles\", "
|
"build files. (e.g. \"Unix Makefiles\", "
|
||||||
"\"Visual Studio 6\", etc.)",false,
|
"\"Visual Studio 6\", etc.)",false,
|
||||||
"Variables that Provide Information");
|
"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
|
cm->DefineProperty
|
||||||
("CMAKE_HOME_DIRECTORY", cmProperty::VARIABLE,
|
("CMAKE_HOME_DIRECTORY", cmProperty::VARIABLE,
|
||||||
"Path to top of source tree.",
|
"Path to top of source tree.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user