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
/
LinkWhatYouUse
/
foo.c
blob: c83d85699cc5d1e489251356ff96d9af37676301 (
plain
)
1
2
3
4
int
foo
(
void
)
{
return
0
;
}