Files
CMake/Tests/RunCMake/Ninja/simple_lib.cpp
Alexandru Croitor 7445c9a58a AutoGen: Add test to check for correct AutoMoc dependencies
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.
2020-08-03 19:38:16 +02:00

7 lines
69 B
C++

#ifdef _WIN32
__declspec(dllexport)
#endif
void dummy_symbol()
{
}