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
be11404bce
cmake
/
Tests
/
LibName
/
foobar.c
11 lines
100 B
Raw
Blame
History
#
ifdef _WIN32
__declspec
(
dllimport
)
#
endif
extern
void
bar
(
)
;
int
main
(
)
{
bar
(
)
;
return
0
;
}
Reference in new issue
View Git Blame
Copy Permalink