CMake: copy webview2 loader for monolithic build

This commit is contained in:
Maarten Bent
2021-03-08 00:26:24 +01:00
parent 3198ed0b18
commit 0bb9cd004d
2 changed files with 20 additions and 12 deletions

View File

@@ -99,6 +99,7 @@ if(wxBUILD_MONOLITHIC)
foreach(file ${wxMONO_NONCOMPILED_CPP_FILES})
set_source_files_properties(${file} PROPERTIES HEADER_FILE_ONLY TRUE)
endforeach()
wx_webview_copy_webview2_loader(wxmono)
wx_finalize_lib(wxmono)
endif()