Skip to content
Snippets Groups Projects
Commit 8f4e09ba authored by Lioncash's avatar Lioncash
Browse files

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.
parent fbaefc47
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ add_library(video_core STATIC ...@@ -23,6 +23,7 @@ add_library(video_core STATIC
renderer_base.cpp renderer_base.cpp
renderer_base.h renderer_base.h
renderer_opengl/gl_buffer_cache.cpp renderer_opengl/gl_buffer_cache.cpp
renderer_opengl/gl_buffer_cache.h
renderer_opengl/gl_rasterizer.cpp renderer_opengl/gl_rasterizer.cpp
renderer_opengl/gl_rasterizer.h renderer_opengl/gl_rasterizer.h
renderer_opengl/gl_rasterizer_cache.cpp renderer_opengl/gl_rasterizer_cache.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment