Add imm32.lib to wxStyledTextCtrl

This commit is contained in:
wangqr
2020-05-10 23:04:49 -04:00
parent e07640fb75
commit f730da3c14
4 changed files with 14 additions and 0 deletions

View File

@@ -195,5 +195,8 @@ wx_lib_compile_definitions(stc PRIVATE
LINK_LEXERS
)
wx_lib_link_libraries(stc PRIVATE wxscintilla)
if(WXMSW)
wx_lib_link_libraries(stc PRIVATE imm32)
endif()
wx_finalize_lib(stc)