CMake: Fix wx-config library list with monolithic build
Closes https://github.com/wxWidgets/wxWidgets/pull/1132
This commit is contained in:
committed by
Vadim Zeitlin
parent
fc65bd92a6
commit
8555f4abb0
@@ -97,3 +97,6 @@ if(wxBUILD_MONOLITHIC)
|
||||
endforeach()
|
||||
wx_finalize_lib(mono)
|
||||
endif()
|
||||
|
||||
# Propagate variable(s) to parent scope
|
||||
set(wxLIB_TARGETS ${wxLIB_TARGETS} PARENT_SCOPE)
|
||||
|
Reference in New Issue
Block a user