mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -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