notepad-plus-plus-legacy/scintilla/cocoa/ScintillaFramework/module.modulemap
2019-05-04 21:14:48 +03:00

11 lines
249 B
Plaintext

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 * }
}