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