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
/
GhsMulti
/
GhsMultiMultipleProjects
/
exe1.c
blob: b9cdd61e722f5834d0fd5455d4694a04376754fe (
plain
)
1
2
3
4
5
extern
int
lib1_func
(
void
);
int
main
(
void
)
{
return
lib1_func
();
}