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
/
file-GET_RUNTIME_DEPENDENCIES
/
macos
/
toplib.c
blob: cff1bff3f374aed627677e2267ff89355fdfecf0 (
plain
)
1
2
3
4
5
6
extern
void
testlib
(
void
);
void
toplib
(
void
)
{
testlib
();
}