Autogen: Doc: Add documentation for (CMAKE_)AUTOMOC_COMPILER_PREDEFINES

Also adds the documentation for CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND.

Closes #17275
This commit is contained in:
Sebastian Holtermann
2017-09-29 12:10:53 +02:00
parent 1d7f099d9c
commit 75c98b5ef4
6 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
CMAKE_AUTOMOC_COMPILER_PREDEFINES
---------------------------------
This variable is used to initialize the :prop_tgt:`AUTOMOC_COMPILER_PREDEFINES`
property on all the targets. See that target property for additional
information.
By default it is ON.

View File

@@ -0,0 +1,8 @@
CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND
----------------------------------------
Command that outputs the compiler pre definitions.
See :prop_tgt:`AUTOMOC` which uses
:variable:`CMAKE_CXX_COMPILER_PREDEFINES_COMMAND <CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND>`
to generate the :prop_tgt:`AUTOMOC_COMPILER_PREDEFINES`.