diff options
Diffstat (limited to 'capstone/xcode/CapstoneFramework/module.modulemap')
-rw-r--r-- | capstone/xcode/CapstoneFramework/module.modulemap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/capstone/xcode/CapstoneFramework/module.modulemap b/capstone/xcode/CapstoneFramework/module.modulemap new file mode 100644 index 000000000..b6f231b67 --- /dev/null +++ b/capstone/xcode/CapstoneFramework/module.modulemap @@ -0,0 +1,4 @@ +module capstone { + header "Headers/capstone.h" + export * +} |