LEXlua must be added, otherwise the programm crashes. Include as submodule

This commit is contained in:
Martin Marmsoler 2022-01-28 09:26:57 +01:00
parent 06846a6525
commit c62810f145
4 changed files with 6 additions and 4 deletions

3
.gitmodules vendored
View File

@ -22,3 +22,6 @@
[submodule "dep/scintilla/lexilla"]
path = dep/scintilla/lexilla
url = git@github.com:ScintillaOrg/lexilla.git
[submodule "dep/scintilla/scintillua"]
path = dep/scintilla/scintillua
url = https://github.com/orbitalquark/scintillua.git

View File

@ -67,6 +67,4 @@ target_link_libraries(scintilla
set_target_properties(scintilla PROPERTIES AUTOMOC ON)
set(SCINTILLUA_LEXERS_DIR
${SCINTILLA_DIR}/lexlua
CACHE INTERNAL "")
set(SCINTILLUA_LEXERS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/scintillua/lexers CACHE INTERNAL "")

View File

@ -1,3 +1,3 @@
To update to a new version, download the source from
https://www.scintilla.org/ScintillaHistory.html
and replace it with the current
and replace it with the current

@ -0,0 +1 @@
Subproject commit 33d0e3433a2046c1077f6b33fc801caf6bfac7a9