blob: 935329a4b052d0be8480f7419f80eb29a670a6e3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND
----------------------------------------
.. versionadded:: 3.10
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`.
|