index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
ObjectLibrary
/
depends_main.c
blob: acc66c73c94ee76105a1143a41ddb59fcad06c54 (
plain
)
1
2
3
4
5
6
7
extern
void
mylib_foo
(
void
);
int
main
(
void
)
{
mylib_foo
();
return
0
;
}