mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
When using Qt 5.15.0 or above together with Ninja, check that touching a source file of a dependency does not needlessly re-run AUTOMOC for the dependee target.
7 lines
69 B
C++
7 lines
69 B
C++
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void dummy_symbol()
|
|
{
|
|
}
|