mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
CMake: don't globally include wxWidgets headers
This commit is contained in:
@ -78,7 +78,7 @@ set(GUI_SRCS
|
||||
WxUtils.cpp
|
||||
)
|
||||
|
||||
set(WXLIBS ${wxWidgets_LIBRARIES})
|
||||
set(WXLIBS wxWidgets::wxWidgets)
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
set(WXLIBS ${WXLIBS} dl)
|
||||
|
Reference in New Issue
Block a user