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
/
XcodeProject-Embed
/
func.m
blob: 29c66895a543414dc865c4ab8cfe4cec3624c36f (
plain
)
1
2
3
4
5
6
#import
<
CoreFoundation
/
CoreFoundation.h
>
int func
()
{
return
1
;
}