initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
31
libs/wxWidgets-3.3.1/build/cmake/lib/stc/CMakeLists.txt
Normal file
31
libs/wxWidgets-3.3.1/build/cmake/lib/stc/CMakeLists.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
#############################################################################
|
||||
# Name: build/cmake/lib/stc/CMakeLists.txt
|
||||
# Purpose: CMake file for stc library
|
||||
# Author: Tobias Taschner
|
||||
# Created: 2016-10-04
|
||||
# Copyright: (c) 2016 wxWidgets development team
|
||||
# Licence: wxWindows licence
|
||||
#############################################################################
|
||||
|
||||
include(scintilla.cmake)
|
||||
include(lexilla.cmake)
|
||||
|
||||
wx_append_sources(STC_FILES STC_CMN)
|
||||
if(WXOSX_COCOA)
|
||||
wx_append_sources(STC_FILES STC_OSX_COCOA)
|
||||
endif()
|
||||
|
||||
wx_add_library(wxstc ${STC_FILES})
|
||||
|
||||
get_target_property(SCINTILLA_INCLUDE wxscintilla INCLUDE_DIRECTORIES)
|
||||
get_target_property(LEXILLA_INCLUDE wxlexilla INCLUDE_DIRECTORIES)
|
||||
wx_lib_include_directories(wxstc PRIVATE ${SCINTILLA_INCLUDE} ${LEXILLA_INCLUDE})
|
||||
|
||||
get_target_property(SCINTILLA_DEFINITIONS wxscintilla COMPILE_DEFINITIONS)
|
||||
get_target_property(LEXILLA_DEFINITIONS wxlexilla COMPILE_DEFINITIONS)
|
||||
wx_lib_compile_definitions(wxstc PRIVATE ${SCINTILLA_DEFINITIONS} ${LEXILLA_DEFINITIONS})
|
||||
|
||||
wx_lib_link_libraries(wxstc PRIVATE wxscintilla wxlexilla)
|
||||
if(WXMSW)
|
||||
wx_lib_link_libraries(wxstc PRIVATE imm32)
|
||||
endif()
|
||||
187
libs/wxWidgets-3.3.1/build/cmake/lib/stc/lexilla.cmake
Normal file
187
libs/wxWidgets-3.3.1/build/cmake/lib/stc/lexilla.cmake
Normal file
@@ -0,0 +1,187 @@
|
||||
#############################################################################
|
||||
# Name: build/cmake/lib/stc/lexilla.cmake
|
||||
# Purpose: CMake file for Lexilla library
|
||||
# Author: Maarten Bent
|
||||
# Created: 2022-12-28
|
||||
# Copyright: (c) 2022 wxWidgets development team
|
||||
# Licence: wxWindows licence
|
||||
#############################################################################
|
||||
|
||||
include(../../source_groups.cmake)
|
||||
set(LEXILLA_SRC_DIR src/stc/lexilla)
|
||||
|
||||
wx_add_builtin_library(wxlexilla
|
||||
${LEXILLA_SRC_DIR}/access/LexillaAccess.cxx
|
||||
${LEXILLA_SRC_DIR}/access/LexillaAccess.h
|
||||
${LEXILLA_SRC_DIR}/include/Lexilla.h
|
||||
${LEXILLA_SRC_DIR}/include/LexillaCompat.h
|
||||
${LEXILLA_SRC_DIR}/include/SciLexer.h
|
||||
${LEXILLA_SRC_DIR}/lexers/LexA68k.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexAPDL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexASY.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexAU3.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexAVE.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexAVS.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexAbaqus.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexAda.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexAsciidoc.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexAsm.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexAsn1.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexBaan.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexBash.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexBasic.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexBatch.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexBibTeX.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexBullant.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCIL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCLW.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCOBOL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCPP.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCSS.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCaml.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCmake.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCoffeeScript.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexConf.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCrontab.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexCsound.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexD.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexDMAP.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexDMIS.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexDart.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexDataflex.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexDiff.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexECL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexEDIFACT.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexEScript.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexEiffel.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexErlang.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexErrorList.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexFSharp.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexFlagship.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexForth.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexFortran.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexGAP.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexGDScript.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexGui4Cli.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexHTML.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexHaskell.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexHex.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexHollywood.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexIndent.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexInno.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexJSON.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexJulia.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexKVIrc.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexKix.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexLaTeX.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexLisp.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexLout.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexLua.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMMIXAL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMPT.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMSSQL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMagik.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMake.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMarkdown.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMatlab.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMaxima.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMetapost.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexModula.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexMySQL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexNim.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexNimrod.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexNix.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexNsis.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexNull.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexOScript.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexOpal.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPB.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPLM.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPO.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPOV.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPS.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPascal.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPerl.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPowerPro.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPowerShell.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexProgress.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexProps.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexPython.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexR.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexRaku.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexRebol.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexRegistry.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexRuby.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexRust.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexSAS.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexSML.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexSQL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexSTTXT.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexScriptol.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexSmalltalk.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexSorcus.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexSpecman.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexSpice.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexStata.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexTACL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexTADS3.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexTAL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexTCL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexTCMD.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexTOML.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexTeX.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexTroff.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexTxt2tags.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexVB.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexVHDL.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexVerilog.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexVisualProlog.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexX12.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexYAML.cxx
|
||||
${LEXILLA_SRC_DIR}/lexers/LexZig.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/Accessor.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/Accessor.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/CatalogueModules.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/DefaultLexer.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/DefaultLexer.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/InList.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/InList.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexAccessor.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexAccessor.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexCharacterCategory.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexCharacterCategory.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexCharacterSet.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexCharacterSet.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexerBase.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexerBase.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexerModule.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexerModule.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexerSimple.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/LexerSimple.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/OptionSet.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/PropSetSimple.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/PropSetSimple.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/SparseState.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/StringCopy.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/StyleContext.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/StyleContext.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/SubStyles.h
|
||||
${LEXILLA_SRC_DIR}/lexlib/WordList.cxx
|
||||
${LEXILLA_SRC_DIR}/lexlib/WordList.h
|
||||
${LEXILLA_SRC_DIR}/src/Lexilla.cxx
|
||||
)
|
||||
|
||||
get_target_property(SCINTILLA_INCLUDE wxscintilla INCLUDE_DIRECTORIES)
|
||||
|
||||
target_include_directories(wxlexilla PRIVATE
|
||||
${wxSOURCE_DIR}/${LEXILLA_SRC_DIR}/access
|
||||
${wxSOURCE_DIR}/${LEXILLA_SRC_DIR}/include
|
||||
${wxSOURCE_DIR}/${LEXILLA_SRC_DIR}/lexlib
|
||||
${SCINTILLA_INCLUDE}
|
||||
)
|
||||
|
||||
|
||||
wx_target_enable_precomp(wxlexilla
|
||||
"${wxSOURCE_DIR}/${SCINTILLA_SRC_DIR}/include/Scintilla.h"
|
||||
"${wxSOURCE_DIR}/${LEXILLA_SRC_DIR}/include/Lexilla.h"
|
||||
)
|
||||
101
libs/wxWidgets-3.3.1/build/cmake/lib/stc/scintilla.cmake
Normal file
101
libs/wxWidgets-3.3.1/build/cmake/lib/stc/scintilla.cmake
Normal file
@@ -0,0 +1,101 @@
|
||||
#############################################################################
|
||||
# Name: build/cmake/lib/stc/scintilla.cmake
|
||||
# Purpose: CMake file for Scintilla library
|
||||
# Author: Maarten Bent
|
||||
# Created: 2022-12-28
|
||||
# Copyright: (c) 2022 wxWidgets development team
|
||||
# Licence: wxWindows licence
|
||||
#############################################################################
|
||||
|
||||
include(../../source_groups.cmake)
|
||||
set(SCINTILLA_SRC_DIR src/stc/scintilla)
|
||||
|
||||
wx_add_builtin_library(wxscintilla
|
||||
${SCINTILLA_SRC_DIR}/include/Compat.h
|
||||
${SCINTILLA_SRC_DIR}/include/ILexer.h
|
||||
${SCINTILLA_SRC_DIR}/include/ILoader.h
|
||||
${SCINTILLA_SRC_DIR}/include/Platform.h
|
||||
${SCINTILLA_SRC_DIR}/include/Sci_Position.h
|
||||
${SCINTILLA_SRC_DIR}/include/Scintilla.h
|
||||
${SCINTILLA_SRC_DIR}/include/ScintillaWidget.h
|
||||
${SCINTILLA_SRC_DIR}/src/AutoComplete.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/AutoComplete.h
|
||||
${SCINTILLA_SRC_DIR}/src/CallTip.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/CallTip.h
|
||||
${SCINTILLA_SRC_DIR}/src/CaseConvert.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/CaseConvert.h
|
||||
${SCINTILLA_SRC_DIR}/src/CaseFolder.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/CaseFolder.h
|
||||
${SCINTILLA_SRC_DIR}/src/CellBuffer.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/CellBuffer.h
|
||||
${SCINTILLA_SRC_DIR}/src/CharClassify.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/CharClassify.h
|
||||
${SCINTILLA_SRC_DIR}/src/CharacterCategory.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/CharacterCategory.h
|
||||
${SCINTILLA_SRC_DIR}/src/CharacterSet.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/CharacterSet.h
|
||||
${SCINTILLA_SRC_DIR}/src/ContractionState.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/ContractionState.h
|
||||
${SCINTILLA_SRC_DIR}/src/DBCS.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/DBCS.h
|
||||
${SCINTILLA_SRC_DIR}/src/Decoration.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/Decoration.h
|
||||
${SCINTILLA_SRC_DIR}/src/Document.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/Document.h
|
||||
${SCINTILLA_SRC_DIR}/src/EditModel.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/EditModel.h
|
||||
${SCINTILLA_SRC_DIR}/src/EditView.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/EditView.h
|
||||
${SCINTILLA_SRC_DIR}/src/Editor.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/Editor.h
|
||||
${SCINTILLA_SRC_DIR}/src/ElapsedPeriod.h
|
||||
${SCINTILLA_SRC_DIR}/src/FontQuality.h
|
||||
${SCINTILLA_SRC_DIR}/src/Indicator.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/Indicator.h
|
||||
${SCINTILLA_SRC_DIR}/src/IntegerRectangle.h
|
||||
${SCINTILLA_SRC_DIR}/src/KeyMap.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/KeyMap.h
|
||||
${SCINTILLA_SRC_DIR}/src/LineMarker.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/LineMarker.h
|
||||
${SCINTILLA_SRC_DIR}/src/MarginView.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/MarginView.h
|
||||
${SCINTILLA_SRC_DIR}/src/Partitioning.h
|
||||
${SCINTILLA_SRC_DIR}/src/PerLine.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/PerLine.h
|
||||
${SCINTILLA_SRC_DIR}/src/Position.h
|
||||
${SCINTILLA_SRC_DIR}/src/PositionCache.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/PositionCache.h
|
||||
${SCINTILLA_SRC_DIR}/src/RESearch.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/RESearch.h
|
||||
${SCINTILLA_SRC_DIR}/src/RunStyles.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/RunStyles.h
|
||||
${SCINTILLA_SRC_DIR}/src/ScintillaBase.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/ScintillaBase.h
|
||||
${SCINTILLA_SRC_DIR}/src/Selection.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/Selection.h
|
||||
${SCINTILLA_SRC_DIR}/src/SparseVector.h
|
||||
${SCINTILLA_SRC_DIR}/src/SplitVector.h
|
||||
${SCINTILLA_SRC_DIR}/src/Style.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/Style.h
|
||||
${SCINTILLA_SRC_DIR}/src/UniConversion.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/UniConversion.h
|
||||
${SCINTILLA_SRC_DIR}/src/UniqueString.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/UniqueString.h
|
||||
${SCINTILLA_SRC_DIR}/src/ViewStyle.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/ViewStyle.h
|
||||
${SCINTILLA_SRC_DIR}/src/XPM.cxx
|
||||
${SCINTILLA_SRC_DIR}/src/XPM.h
|
||||
)
|
||||
|
||||
target_include_directories(wxscintilla PRIVATE
|
||||
${wxSOURCE_DIR}/${SCINTILLA_SRC_DIR}/include
|
||||
${wxSOURCE_DIR}/${SCINTILLA_SRC_DIR}/src
|
||||
)
|
||||
|
||||
target_compile_definitions(wxscintilla PUBLIC
|
||||
__WX__
|
||||
)
|
||||
|
||||
wx_target_enable_precomp(wxscintilla
|
||||
"${wxSOURCE_DIR}/${SCINTILLA_SRC_DIR}/include/Scintilla.h"
|
||||
)
|
||||
Reference in New Issue
Block a user