mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
b3d1797508
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
8 lines
259 B
ReStructuredText
8 lines
259 B
ReStructuredText
autogen-exe-vars
|
|
----------------
|
|
|
|
* The :variable:`CMAKE_AUTOMOC_EXECUTABLE`,
|
|
:variable:`CMAKE_AUTORCC_EXECUTABLE`, and
|
|
:variable:`CMAKE_AUTOUIC_EXECUTABLE` variables were added to initialize the
|
|
corresponding target properties as targets are created.
|