This website works better with JavaScript.
Explore
Help
Sign In
Lubuntu
/
cmake
Watch
3
Star
0
Fork
You've already forked cmake
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f5761cd947
cmake
/
Tests
/
InterfaceLinkLibrariesDirect
/
testSharedLibWithHelper.c
8 lines
96 B
Raw
Blame
History
#
ifdef _WIN32
__declspec
(
dllexport
)
#
endif
int
testSharedLibWithHelper
(
int
n
)
{
return
n
;
}
Reference in new issue
View Git Blame
Copy Permalink