Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CMakeCommands/target_link_directories/LinkDirectoriesLib.c
3154 views
1
#if defined(_WIN32)
2
__declspec(dllexport)
3
#endif
4
int flags_lib(void)
5
{
6
return 0;
7
}
8
9