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_sources/empty_3.cpp
3
1
5
7
views
1
#ifdef _WIN32
2
__declspec
(
dllexport
)
3
#endif
4
int
empty_3
(
)
5
{
6
return
0
;
7
}
8
9