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
/
InterfaceLibrary
/
use_iface.c
blob: 66293e46159bb18be548a5834cac0d42b919cdc5 (
plain
)
1
2
3
4
5
6
extern
int
iface
(
void
);
int
main
(
void
)
{
return
iface
();
}