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
/
Import
/
A
/
imp_lib1.c
blob: 5b3215e991003c217ab598563a64cc27c3a223bc (
plain
)
1
2
3
4
5
6
#include
"testLib2.h"
int
imp_lib1
(
void
)
{
return
testLib2
();
}