Browse Source
Merge pull request #1252 from lioncash/header
video_core/CMakeLists: Add missing gl_buffer_cache.h
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/video_core/CMakeLists.txt
|
|
|
@ -23,6 +23,7 @@ add_library(video_core STATIC |
|
|
|
renderer_base.cpp |
|
|
|
renderer_base.h |
|
|
|
renderer_opengl/gl_buffer_cache.cpp |
|
|
|
renderer_opengl/gl_buffer_cache.h |
|
|
|
renderer_opengl/gl_rasterizer.cpp |
|
|
|
renderer_opengl/gl_rasterizer.h |
|
|
|
renderer_opengl/gl_rasterizer_cache.cpp |
|
|
|
|