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