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
/
try_compile
/
main.c
blob: 6b1e682ab3401b2a563d7222949be23180421847 (
plain
)
1
2
3
4
5
6
7
8
extern
void
func
(
void
);
int
main
(
void
)
{
func
();
return
0
;
}