CMake: Fix wx-config library list with monolithic build

Closes https://github.com/wxWidgets/wxWidgets/pull/1132
This commit is contained in:
Maarten Bent
2018-12-28 19:26:39 +01:00
committed by Vadim Zeitlin
parent fc65bd92a6
commit 8555f4abb0
3 changed files with 14 additions and 1 deletions

View File

@@ -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)