notepad-plus-plus-legacy/scintilla/cocoa/ScintillaFramework/module.modulemap

11 lines
249 B
Plaintext
Raw Normal View History

2019-05-04 18:14:48 +00:00
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 * }
}