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
/
Dependency
/
Case1
/
a.c
blob: d702db1af7ef95b74b48774f7d60bcf3137266e7 (
plain
)
1
2
3
4
5
int
a
()
{
return
5
;
}