Stephen Kelly 5702e10677 cmTarget: Include TARGET_OBJECTS genex in target SOURCES property.
Add policy CMP0051 to control this behavior.
2014-04-02 23:12:56 +02:00

8 lines
71 B
C++

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