fix build under newer KConfig by bump cmake min version
This commit is contained in:
10
3rdparty/scintilla552/scintilla/cocoa/Scintilla/module.modulemap
vendored
Normal file
10
3rdparty/scintilla552/scintilla/cocoa/Scintilla/module.modulemap
vendored
Normal file
@ -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 * }
|
||||
}
|
Reference in New Issue
Block a user