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
/
SimpleInstall
/
foo.c
blob: 45d5b2bf224fc35dec47b74b11e9ad178b57b9b0 (
plain
)
1
2
3
4
5
6
char
*
foo
=
"Foo"
;
int
SomeFunctionInFoo
()
{
return
5
;
}