CMake/Tests/GeneratorExpression/empty.cpp

5 lines
68 B
C++

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