CMake: Set wx-config base, gui and built libraries

Remove unused propagated variables.
This commit is contained in:
Maarten Bent
2018-12-06 22:35:31 +01:00
parent bc4b56bf88
commit 33a550d97f
4 changed files with 18 additions and 14 deletions

View File

@@ -9,7 +9,6 @@
include(../source_groups.cmake)
set(wxLIB_TARGETS)
if(wxBUILD_MONOLITHIC)
# Initialize variables for monolithic build
set(wxMONO_SRC_FILES)
@@ -98,7 +97,3 @@ if(wxBUILD_MONOLITHIC)
endforeach()
wx_finalize_lib(mono)
endif()
# Propagate variable(s) to parent scope
set(wxLIB_TARGETS ${wxLIB_TARGETS} PARENT_SCOPE)
set(wxTHIRD_PARTY_LIBRARIES ${wxTHIRD_PARTY_LIBRARIES} PARENT_SCOPE)