summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-01-10 11:57:43 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2018-01-17 16:23:49 (GMT)
commit45ee4979fb7c92502f6015ca3d93128f7c921b51 (patch)
tree77d06ad18684ddf253e92a531953c6dd7f4c8365 /Help/variable
parent6f4b661383fccc5f2f5a936499ba11cf2000b535 (diff)
downloadCMake-45ee4979fb7c92502f6015ca3d93128f7c921b51.zip
CMake-45ee4979fb7c92502f6015ca3d93128f7c921b51.tar.gz
CMake-45ee4979fb7c92502f6015ca3d93128f7c921b51.tar.bz2
Autogen: Add documentation for (CMAKE_)AUTOGEN_PARALLEL
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_AUTOGEN_PARALLEL.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_AUTOGEN_PARALLEL.rst b/Help/variable/CMAKE_AUTOGEN_PARALLEL.rst
new file mode 100644
index 0000000..dd9499a
--- /dev/null
+++ b/Help/variable/CMAKE_AUTOGEN_PARALLEL.rst
@@ -0,0 +1,10 @@
+CMAKE_AUTOGEN_PARALLEL
+----------------------
+
+Number of parallel ``moc`` or ``uic`` processes to start when using
+:prop_tgt:`AUTOMOC` and :prop_tgt:`AUTOUIC`.
+
+This variable is used to initialize the :prop_tgt:`AUTOGEN_PARALLEL` property
+on all the targets. See that target property for additional information.
+
+By default :variable:`CMAKE_AUTOGEN_PARALLEL` is unset.