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