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
/
CustomCommandByproducts
/
ExternalLibraryByproducts.c
blob: 3588e53b30f7fbe8a32401def555441f4a4e6c08 (
plain
)
1
2
3
4
5
extern
int
ExternalLibrary
(
void
);
int
main
(
void
)
{
return
(
ExternalLibrary
() +
1
);
}