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
/
SourceGroups
/
foo.c
blob: 3bebc4d22d0448b0af9a5e223b50140dbbf69659 (
plain
)
1
2
3
4
int
bar
(
void
)
{
return
42
;
}