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
/
Dependency
/
Case3
/
foo2.c
blob: 33dbbfce664d57efa6142e97a75ab643fca488b3 (
plain
)
1
2
extern
int
foo1b
(
void
);
int
foo2
(
void
) {
return
foo1b
(); }