summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentVariables.cxx
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-11-01 18:54:04 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-11-01 18:54:04 (GMT)
commit2c648ab7e204540a8a669b597cc7d3510c84647e (patch)
treef003aba0fa3ae5f811dc57fafc8928a4c9871cce /Source/cmDocumentVariables.cxx
parent52719a1d66db0bbdb17019bcb2ea5ab0a1258e22 (diff)
downloadCMake-2c648ab7e204540a8a669b597cc7d3510c84647e.zip
CMake-2c648ab7e204540a8a669b597cc7d3510c84647e.tar.gz
CMake-2c648ab7e204540a8a669b597cc7d3510c84647e.tar.bz2
add documentation for the AUTOMOC_MOC_OPTIONS property
Alex
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r--Source/cmDocumentVariables.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index f4d4e7c..a759a82 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -1103,6 +1103,15 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"Variables that Control the Build");
cm->DefineProperty
+ ("CMAKE_AUTOMOC_MOC_OPTIONS", cmProperty::VARIABLE,
+ "Additional options for moc when using automoc (see CMAKE_AUTOMOC).",
+ "This variable is used to initialize the "
+ "AUTOMOC_MOC_OPTIONS property on all the targets. "
+ "See that target property for additional information.",
+ false,
+ "Variables that Control the Build");
+
+ cm->DefineProperty
("CMAKE_DEBUG_POSTFIX", cmProperty::VARIABLE,
"See variable CMAKE_<CONFIG>_POSTFIX.",
"This variable is a special case of the more-general "