55ok
| Direktori : /usr/src/cmake-3.25.0/Tests/InterfaceLinkLibrariesDirect/ |
| Current File : //usr/src/cmake-3.25.0/Tests/InterfaceLinkLibrariesDirect/testExeWithPluginHelper.c |
#ifdef _WIN32
__declspec(dllexport)
#endif
int testExePluginAPI(int n)
{
return n;
}
int main(void)
{
return 0;
}