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

@ -81,11 +81,6 @@ set(GUI_SRCS
set(NOGUI_SRCS MainNoGUI.cpp)
if(USE_X11)
set(GUI_SRCS ${GUI_SRCS} X11Utils.cpp)
set(NOGUI_SRCS ${NOGUI_SRCS} X11Utils.cpp)
endif()
set(WXLIBS ${wxWidgets_LIBRARIES})
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")