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
/
ExportImport
/
Export
/
testLibDepends.c
blob: 2849b336dfb97594278343f1f0e911c42ca43f8f (
plain
)
1
2
3
4
extern
int
testLibRequired
(
void
);
int
testLibDepends
(
void
) {
return
testLibRequired
(); }