Moved X11Utils into UICommon.

This commit is contained in:
Vlad Firoiu
2016-05-05 19:43:38 -04:00
parent 7cc5604a2c
commit 6a89cf0201
8 changed files with 9 additions and 10 deletions

View File

@ -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})