Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.h
3165 views
1
2
struct
3
#ifdef _WIN32
4
__declspec(dllexport)
5
#endif
6
OnlyPlainLib1
7
{
8
OnlyPlainLib1();
9
10
int GetResult();
11
12
private:
13
int result;
14
};
15
16