From eaaf36ec499634bcc72b306d9a4da70ea5af43bd Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sat, 23 May 2020 20:14:24 +1000 Subject: Add new project that builds a Scintilla framework with no lexers. --- cocoa/Scintilla/module.modulemap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cocoa/Scintilla/module.modulemap (limited to 'cocoa/Scintilla/module.modulemap') diff --git a/cocoa/Scintilla/module.modulemap b/cocoa/Scintilla/module.modulemap new file mode 100644 index 000000000..d09ce2e3b --- /dev/null +++ b/cocoa/Scintilla/module.modulemap @@ -0,0 +1,10 @@ +framework module Scintilla { + umbrella header "ScintillaView.h" + module InfoBar { + header "InfoBar.h" + } + // ILexer.h is not included as Swift doesn't yet interoperate with C++ + exclude header "ILexer.h" + export * + module * { export * } +} -- cgit v1.2.3