[K/N][KT-39120] Build platform libraries with -fmodules
Merge-request: KT-MR-8175 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
d85b23ebb9
commit
45de88abae
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
|
||||
typedef NS_ENUM (int, ForwardEnumPOD); // Actual definition of the enum follows in another module `forwardEnum2`
|
||||
|
||||
ForwardEnumPOD varPOD;
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
framework module forwardEnum1 {
|
||||
umbrella header "forwardEnum1.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
Reference in New Issue
Block a user