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
/
Modules
/
CheckIPOSupported
/
main.cpp
blob: 5be0864eeeeaab3b406d13850f01829597e918f3 (
plain
)
1
2
3
4
5
6
int
foo
();
int
main
()
{
return
foo
();
}