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
/
CMakeCommands
/
target_compile_features
/
main.cpp
blob: fe29b04adce5af9a248c0627fcff7e3c108d4630 (
plain
)
1
2
3
4
5
6
int
main
(
int
,
char
**)
{
auto
i
=
0
;
return
i
;
}