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
/
CMP0060
/
main.c
blob: 91848c2e6696c8dc8cdffc601b5ac34cc6435772 (
plain
)
1
2
3
4
5
extern
int
libCMP0060
(
void
);
int
main
(
void
)
{
return
libCMP0060
();
}