CMake/Tests/RunCMake/TargetPolicies/empty.cpp
Stephen Kelly 484bb888a0 Genex: Make CMP0021 and CMP0022 usable with TARGET_POLICY
Use preprocessor loops and add a unit test for the appropriate
policies. All policies whose value is recorded at target creation
time should be part of this list.
2013-07-11 11:56:14 +02:00

8 lines
75 B
C++

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