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
/
property_init
/
library.c
blob: ad6a649d1abcb9f008b53c96e2d9c17cd18a040f (
plain
)
1
2
3
4
int
foo
(
int
arg
)
{
return
arg
;
}