CMake/Tests/PDBDirectoryAndName/mylibC.c

5 lines
51 B
C

__declspec(dllexport) int mylibC()
{
return 1;
}