[KT-39120] Add "-fmodules" argument support to Cinterop
Merge-request: KT-MR-6921 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
10fc86ef92
commit
b883dc5434
@@ -0,0 +1,8 @@
|
||||
#ifndef M2_M2_h
|
||||
#define M2_M2_h
|
||||
|
||||
#import <m1/m1.h>
|
||||
|
||||
int baz;
|
||||
|
||||
#endif
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
framework module m2 {
|
||||
umbrella header "m2.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user