mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
75c98b5ef4
Also adds the documentation for CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND. Closes #17275
9 lines
320 B
ReStructuredText
9 lines
320 B
ReStructuredText
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`.
|