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
/
IntermediateDirStrategy
/
subdir
/
obj.c
blob: a4823727852ab33eea0b44481c78e96401e5e837 (
plain
)
1
2
3
4
int
f
(
int
a
)
{
return
a
;
}