Modify build system files to use PlatWXcocoa.mm

A recent commit added the file src/stc/PlatWXcocoa.mm needed for wxSTC
with the cocoa port. This commit modifies the build system files to
use this new file when it is needed.
This commit is contained in:
New Pagodi
2019-03-20 00:12:41 -05:00
parent 66d340ae15
commit f2e1aa46fe
6 changed files with 42 additions and 9 deletions

View File

@@ -9,7 +9,11 @@
include(../../source_groups.cmake)
wx_append_sources(STC_FILES STC)
wx_append_sources(STC_FILES STC_CMN)
if(WXOSX_COCOA)
wx_append_sources(STC_FILES STC_OSX_COCOA)
endif()
wx_add_builtin_library(wxscintilla
src/stc/scintilla/lexers/LexA68k.cxx