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
/
CMP0118
/
source.cpp.in
blob: 678cd7a700cb266a8a6ea09f181891e28a67c236 (
plain
)
1
2
3
4
5
int func(); int main() { return func(); }