mirror of https://github.com/mgba-emu/mgba.git
Put OpenGL include explicitly in Qt CMake file
This commit is contained in:
parent
4dae440670
commit
2ee3d17d33
|
@ -12,6 +12,7 @@ set(CMAKE_AUTOMOC ON)
|
|||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
find_package(Qt5Widgets REQUIRED)
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
set(SOURCE_FILES AudioDevice.cpp Display.cpp GameController.cpp Window.cpp)
|
||||
|
||||
|
|
Loading…
Reference in New Issue