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
/
lib1.c
blob: 5100945892ee360e3a8ffe3778e6373dff1b4753 (
plain
)
1
2
3
4
int
lib1_func
(
void
)
{
return
2
;
}