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
/
AutoExportDll
/
sub
/
sub.cxx
blob: 9766b41ecb0c2426050f8ab5edccc595b6eb113d (
plain
)
1
2
3
4
int
sub
()
{
return
10
;
}