mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
@ -64,7 +64,11 @@ if(USE_X11)
|
||||
set(NOGUI_SRCS ${NOGUI_SRCS} X11Utils.cpp)
|
||||
endif()
|
||||
|
||||
set(WXLIBS ${wxWidgets_LIBRARIES} dl)
|
||||
set(WXLIBS ${wxWidgets_LIBRARIES})
|
||||
|
||||
if(NOT CMAKE_SYSTEM_NAME MATCHES FreeBSD)
|
||||
set(WXLIBS ${WXLIBS} dl)
|
||||
endif()
|
||||
|
||||
list(APPEND LIBS core uicommon)
|
||||
|
||||
|
Reference in New Issue
Block a user