mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
12 lines
453 B
ReStructuredText
12 lines
453 B
ReStructuredText
autogen-predefs
|
|
---------------
|
|
|
|
* When using :prop_tgt:`AUTOMOC`, the new variable
|
|
:variable:`CMAKE_AUTOMOC_COMPILER_PREDEFINES` allows to default
|
|
enable or disable the generation of the compiler pre definitions file
|
|
``moc_predefs.h``.
|
|
|
|
* When using :prop_tgt:`AUTOMOC`, the new boolean target property
|
|
:prop_tgt:`AUTOMOC_COMPILER_PREDEFINES` allows to enable or disable the
|
|
generation of the compiler pre definitions file ``moc_predefs.h``.
|