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
/
ObjectLibrary
/
Transitive
/
BarMain.c
blob: aec3e48eb590ec6231fb08341ffa62eac0be2ce0 (
plain
)
1
2
3
4
5
6
extern
int
BarObject1
(
void
);
int
main
(
void
)
{
return
BarObject1
();
}