Autogen: Add INTERFACE_AUTOMOC_MACRO_NAMES target property

Add this target property to specify macro names that propagate to
dependents as `AUTOMOC_MACRO_NAMES`.  The dependents will automatically
generate MOC files for source files that contain the inherited macro
names.

Co-Authored-By: Craig Scott <craig.scott@crascit.com>
Fixes: #19679
This commit is contained in:
Orkun Tokdemir
2023-04-03 16:55:56 +02:00
committed by Craig Scott
parent 69cf9700e6
commit c5c3aff1f5
15 changed files with 274 additions and 2 deletions
@@ -0,0 +1,3 @@
void foo()
{
}