diff options
author | Brad King <brad.king@kitware.com> | 2019-11-15 14:03:38 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-15 14:04:40 (GMT) |
commit | 330b7b01909e5a6fda0b6fc89f2775953cf6cdc8 (patch) | |
tree | 42babdcba9d32583ac7fea1f1818810416baa871 /Tests/ObjCXX/simple-build-test/foo.mm | |
parent | 8a3143bad53ef8cc3815dc6b84544980dd1d1f8d (diff) | |
parent | d2e5e6ff1abec8b3b1579f122b7dcc89a35dbba4 (diff) | |
download | CMake-330b7b01909e5a6fda0b6fc89f2775953cf6cdc8.zip CMake-330b7b01909e5a6fda0b6fc89f2775953cf6cdc8.tar.gz CMake-330b7b01909e5a6fda0b6fc89f2775953cf6cdc8.tar.bz2 |
Merge topic 'objc-tests' into release-3.16
d2e5e6ff1a Tests: Organize Objective C/C++ test directories
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4051
Diffstat (limited to 'Tests/ObjCXX/simple-build-test/foo.mm')
-rw-r--r-- | Tests/ObjCXX/simple-build-test/foo.mm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/ObjCXX/simple-build-test/foo.mm b/Tests/ObjCXX/simple-build-test/foo.mm new file mode 100644 index 0000000..2d452a8 --- /dev/null +++ b/Tests/ObjCXX/simple-build-test/foo.mm @@ -0,0 +1,7 @@ +#import "foo.h" + +@implementation Foo + +@synthesize age; + +@end |