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
/
Case4
/
bar.c
blob: d0bb0c43c235f4c740a52c187880cbd4b09b5e6f (
plain
)
1
2
extern
int
foo
();
int
main
() {
return
foo
(); }