mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
39677f4cc6
Add a `AUTOMOC_INCLUDE_DIRECTORIES` target property and a corresponding `CMAKE_AUTOMOC_INCLUDE_DIRECTORIES` variable to initialize it. This is useful for targets that do not need moc to search include directories from all dependencies. Closes: #26414
8 lines
306 B
ReStructuredText
8 lines
306 B
ReStructuredText
automoc-include-directories
|
|
---------------------------
|
|
|
|
* The :prop_tgt:`AUTOMOC_INCLUDE_DIRECTORIES` target property and associated
|
|
:variable:`CMAKE_AUTOMOC_INCLUDE_DIRECTORIES` variable were added to
|
|
override the automatic discovery of moc includes from a target's transitive
|
|
include directories.
|