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
/
ObjC
/
simple-build-test
/
foo.m
blob: 2d452a8e50e26742ae4268691f38e88be19a4a6c (
plain
)
1
2
3
4
5
6
7
#import
"foo.h"
@implementation Foo @synthesize age
;
@
end