mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-19 21:01:05 -05:00
Reintroduces .hh header processing in AUTOMOC and AUTOUIC based on the new policy CMP0100 setting. Fixes: #13904 CMAKE_AUTOMOC misses headers with ".hh" extension
7 lines
200 B
ReStructuredText
7 lines
200 B
ReStructuredText
autogen_hh_headers
|
|
------------------
|
|
|
|
* :prop_tgt:`AUTOMOC` and :prop_tgt:`AUTOUIC` learned to process headers with
|
|
a ``.hh`` extension. The new behavior is enabled by policy
|
|
:policy:`CMP0100`.
|