mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -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
77 B
C++
7 lines
77 B
C++
int main(int argc, char* argv[])
|
|
{
|
|
(void)argc;
|
|
(void)argv;
|
|
return 0;
|
|
}
|