summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOMOC.rst
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-07-23 14:20:17 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-08-05 13:01:28 (GMT)
commitccc98b5cbe100d6de2be139289c0c5282199bdb3 (patch)
treeaa19b6a232aab11d223ab91244c449f03332fe41 /Help/prop_tgt/AUTOMOC.rst
parenta13716a5dc1277d46beebffe6304214c22cf6ae3 (diff)
downloadCMake-ccc98b5cbe100d6de2be139289c0c5282199bdb3.zip
CMake-ccc98b5cbe100d6de2be139289c0c5282199bdb3.tar.gz
CMake-ccc98b5cbe100d6de2be139289c0c5282199bdb3.tar.bz2
Autogen: Update documentation for per-config include dir
Diffstat (limited to 'Help/prop_tgt/AUTOMOC.rst')
-rw-r--r--Help/prop_tgt/AUTOMOC.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/AUTOMOC.rst b/Help/prop_tgt/AUTOMOC.rst
index 0171d20..e70fe0d 100644
--- a/Help/prop_tgt/AUTOMOC.rst
+++ b/Help/prop_tgt/AUTOMOC.rst
@@ -20,6 +20,9 @@ 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>``.
+
* See :prop_tgt:`AUTOGEN_BUILD_DIR`.
* If an ``#include`` statement like ``#include "<basename>.moc"`` is found,