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
/
main.c
blob: 181cd09734ec0343c99880eed239954c3a667220 (
plain
)
1
2
3
4
5
6
extern
int
libA
(
void
);
int
main
(
void
)
{
return
libA
();
}