mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
dca5df16c5
This lets AUTOMOC and AUTOUIC process GENERATED files which used to be ignored before. A new policy CMP0071 ensures that the old behavior of ignoring GENERATED files is enabled when the CMake compatibility version CMAKE_MINIMUM_REQUIRED is < 3.10. Closes #16186
9 lines
300 B
ReStructuredText
9 lines
300 B
ReStructuredText
autogen-generated-files
|
|
-----------------------
|
|
|
|
* When using :prop_tgt:`AUTOMOC` or :prop_tgt:`AUTOUIC`,
|
|
source files that are :prop_sf:`GENERATED` will be processed as well.
|
|
They were ignored by :prop_tgt:`AUTOMOC` and :prop_tgt:`AUTOUIC`
|
|
in earlier releases.
|
|
See policy :policy:`CMP0071`.
|