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
/
ObjectLibrary
/
a.c
blob: 16363033da816874d9e93deb74a927d061ffab68 (
plain
)
1
2
3
4
int
a
(
void
)
{
return
0
;
}