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
/
try_compile
/
other.c
blob: 85c4ef810c0841badb8a0b4c6658fd1d02c5f963 (
plain
)
1
2
3
4
int
other
(
void
)
{
return
0
;
}