fix opengl

This commit is contained in:
lizzie 2026-05-04 17:14:03 +00:00
parent 232974667c
commit c46022049c

View file

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