mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-08 02:13:45 -04:00
fix opengl
This commit is contained in:
parent
232974667c
commit
c46022049c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function(create_resource file output filename)
|
|||
endfunction()
|
||||
|
||||
if (ENABLE_OPENGL)
|
||||
list(OPENGL_SOURCES APPEND
|
||||
list(APPEND OPENGL_SOURCES
|
||||
emu_window/emu_window_sdl2_gl.cpp
|
||||
emu_window/emu_window_sdl2_gl.h
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue