cmake/Tests/CMakeCommands/target_sources/empty_2.cpp

8 lines
75 B

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