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
/
RuntimePath
/
A.c
blob: e9d41954becba22ac6b1896229778a01fd43896e (
plain
)
1
2
3
4
int
libA
(
void
)
{
return
0
;
}