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
/
TryCompile
/
Inner
/
innerlib.c
blob: 69653adc9ef577ab4680ac62465db9a27b08258f (
plain
)
1
2
3
4
int
innerlib
(
void
)
{
return
0
;
}