diff options
| author | Liam <byteslice@airmail.cc> | 2024-01-12 00:46:17 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-01-31 11:27:20 -0500 |
| commit | 2b1dd3bef511806aa479ec93e3d9b414db80d4a9 (patch) | |
| tree | 24ef32a78ab1c4c13363fbed9d61774724753aa8 /src/video_core/CMakeLists.txt | |
| parent | 453091f61100effba637950dc840da41d95be477 (diff) | |
renderer_opengl: isolate core presentation code
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 36aa7bb66..c158970f2 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -118,6 +118,8 @@ add_library(video_core STATIC renderer_null/renderer_null.h renderer_opengl/blit_image.cpp renderer_opengl/blit_image.h + renderer_opengl/gl_blit_screen.cpp + renderer_opengl/gl_blit_screen.h renderer_opengl/gl_buffer_cache_base.cpp renderer_opengl/gl_buffer_cache.cpp renderer_opengl/gl_buffer_cache.h |
