Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Kitware
Edit Copy
Star
GitHub Repository:
Kitware/CMake
Path:
blob/master/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h
3
1
6
5
views
1
#ifdef _WIN32
2
__declspec
(
dllexport
)
3
#endif
4
int
staticlib1
(
)
;
5
6