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
/
OutOfBinary
/
outexe.c
blob: 6f140435891481255f97332153f09fc2e50f2a17 (
plain
)
1
2
extern
int
subdir
(
void
);
int
main
(
void
) {
return
subdir
(); }