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
/
StubExe.c
blob: 14b3fe41f9939f893d007bd5994be81d20606ea8 (
plain
)
1
2
3
4
5
extern
int
StubUse
(
void
);
int
main
(
void
)
{
return
StubUse
();
}