mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
CMake: don't globally include wxWidgets headers
This commit is contained in:
parent
f4c0723387
commit
6e1940c404
3 changed files with 11 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue