CMake/Tests/RunCMake/GenEx-TARGET_PROPERTY/empty.cpp
Brad King e855ed7fde Tests: Rename RunCMake.TargetPropertyGeneratorExpressions for consistency
Rename the test to `RunCMake.GenEx-TARGET_PROPERTY` for consistency with
the other `RunCMake.GenEx-*` test names.
2022-11-15 10:24:07 -05:00

8 lines
73 B
C++

#ifdef _WIN32
__declspec(dllexport)
#endif
int empty()
{
return 0;
}