mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 04:22:15 +00:00
commit
b39014eac5
12 changed files with 37 additions and 10 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue