mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03: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
7 lines
60 B
C++
7 lines
60 B
C++
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void foo()
|
|
{
|
|
}
|