summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOMOC.rst
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-09-12 11:44:14 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-09-25 14:38:04 (GMT)
commit4603d6b0826c9b18b388809ab441b927fd72fb5a (patch)
treefec7a2287665671bc4074cf1f6f235c025981e3a /Help/prop_tgt/AUTOMOC.rst
parentf86ba8ee8ed5c38c16df1784c5f4cceb7b02df74 (diff)
downloadCMake-4603d6b0826c9b18b388809ab441b927fd72fb5a.zip
CMake-4603d6b0826c9b18b388809ab441b927fd72fb5a.tar.gz
CMake-4603d6b0826c9b18b388809ab441b927fd72fb5a.tar.bz2
Autogen: Docs: Add documentation internal links
Diffstat (limited to 'Help/prop_tgt/AUTOMOC.rst')
-rw-r--r--Help/prop_tgt/AUTOMOC.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/AUTOMOC.rst b/Help/prop_tgt/AUTOMOC.rst
index 61813be68..4542401 100644
--- a/Help/prop_tgt/AUTOMOC.rst
+++ b/Help/prop_tgt/AUTOMOC.rst
@@ -20,8 +20,8 @@ source files at build time and invoke moc accordingly.
This allows the compiler to find the included ``moc_<basename>.cpp`` file
regardless of the location the original source.
- * For multi configuration generators, the include directory is
- ``<AUTOGEN_BUILD_DIR>/include_<CONFIG>``.
+ * For :prop_gbl:`multi configuration generators <GENERATOR_IS_MULTI_CONFIG>`,
+ the include directory is ``<AUTOGEN_BUILD_DIR>/include_<CONFIG>``.
* See :prop_tgt:`AUTOGEN_BUILD_DIR`.