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
/
testLib2.c
blob: 5feb83daf6554bfda622ba8a8997f8c3c41b6744 (
plain
)
1
2
3
4
extern
int
testLib1
();
int
testLib2
() {
return
testLib1
(); }