mirror of
https://github.com/reactos/CMake.git
synced 2024-12-21 03:00:59 +00:00
484bb888a0
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.
8 lines
75 B
C++
8 lines
75 B
C++
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int empty(void)
|
|
{
|
|
return 0;
|
|
}
|