mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-15 14:00:40 -05:00
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
4 lines
15 B
C++
4 lines
15 B
C++
void foo()
|
|
{
|
|
}
|