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
/
exe2.c
blob: 66e0caf950557425935f8299e9dcf8497732d95f (
plain
)
1
2
3
4
5
6
extern
int
myobj_foo
(
void
);
int
main
(
void
)
{
return
myobj_foo
();
}