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
/
install
/
file-GET_RUNTIME_DEPENDENCIES-macos
/
topexe.c
blob: 20c6087318601579b40081b5f2fea7a628d08fa8 (
plain
)
1
2
3
4
5
6
7
extern
void
testlib
(
void
);
int
main
(
void
)
{
testlib
();
return
0
;
}