fix oudated CMake compile settings, add OpenGL dependency for Linux

This commit is contained in:
PoroCYon
2019-05-26 00:37:51 +02:00
parent 99dbbb0b04
commit 31e0f15797
4 changed files with 10 additions and 0 deletions

View File

@ -10,6 +10,8 @@ SET(SOURCES_LIBUI
DlgEmuSettings.cpp
DlgInputConfig.cpp
DlgWifiSettings.cpp
# opengl backend stuff
DlgVideoSettings.cpp
)
option(BUILD_SHARED_LIBS "Whether to build libui as a shared library or a static library" ON)