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/AliasTarget/object.h
3
1
4
8
views
1
#ifdef _WIN32
2
__declspec
(
dllexport
)
3
#endif
4
int
object
(
void
)
;
5
6