mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add the `CMAKE_AUTOMOC_EXECUTABLE`, `CMAKE_AUTOUIC_EXECUTABLE`, and
`CMAKE_AUTORCC_EXECUTABLE` variables to initialize the corresponding
`AUTO{MOC,UIC,RCC}_EXECUTABLE` target properties.
Fixes: #20071
11 lines
253 B
ReStructuredText
11 lines
253 B
ReStructuredText
CMAKE_AUTOMOC_EXECUTABLE
|
|
------------------------
|
|
|
|
.. versionadded:: 3.27
|
|
|
|
This variable is used to initialize the :prop_tgt:`AUTOMOC_EXECUTABLE`
|
|
property on all the targets. See that target property for additional
|
|
information.
|
|
|
|
By default it is empty.
|