mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
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:
8
Help/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst
Normal file
8
Help/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst
Normal 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.
|
||||
8
Help/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst
Normal file
8
Help/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst
Normal 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`.
|
||||
Reference in New Issue
Block a user