Merge pull request #427 from ocornut/imgui_scintilla_fixes

Scintilla: build with lexer enabled.
This commit is contained in:
Branimir Karadžić 2015-06-09 14:28:07 -07:00
commit efaa26db2a

View file

@ -25,6 +25,7 @@ project ("example-common")
if _OPTIONS["with-scintilla"] then
defines {
"SCI_NAMESPACE",
"SCI_LEXER",
}
includedirs {