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: 5c7c3e6318446eef395738f90ffa39ffa3ac9863 (
plain
)
1
2
3
4
5
6
char
*
foo
=
"Foo"
;
int
SomeFunctionInFoo
(
int
i
)
{
return
i
+
5
;
}