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
/
InterfaceLinkLibrariesDirect
/
main.c
blob: 53f0e6dd12c040e95ab91383596de101922bfbec (
plain
)
1
2
3
4
5
extern
int
testStaticLibPlugin
(
void
);
int
main
(
void
)
{
return
testStaticLibPlugin
();
}