mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Moved X11Utils into UICommon.
This commit is contained in:
@ -5,6 +5,10 @@ set(SRCS
|
||||
USBUtils.cpp
|
||||
)
|
||||
|
||||
if(USE_X11)
|
||||
set(SRCS ${SRCS} X11Utils.cpp)
|
||||
endif()
|
||||
|
||||
set(LIBS common cpp-optparse)
|
||||
if(LIBUSB_FOUND)
|
||||
set(LIBS ${LIBS} ${LIBUSB_LIBRARIES})
|
||||
|
Reference in New Issue
Block a user