diff options
author | Lioncash <mathew1800@gmail.com> | 2018-09-06 14:49:49 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-09-06 14:49:51 -0400 |
commit | 8f4e09ba07a3bb05a42050b676d317dda562e872 (patch) | |
tree | dddf36f6678faf2bb377234d717800b16d588b79 /src | |
parent | fbaefc47a0250864f079b846a2d800f2a0342c73 (diff) |
video_core/CMakeLists: Add missing gl_buffer_cache.h
Without this, the header file won't show up by default within IDEs such
as Visual Studio.
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 1982b76c4..65b5f57c3 100644 --- a/src/video_core/CMakeLists.txt +++ b/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 |