summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-06 20:49:49 +0200
committerLioncash <mathew1800@gmail.com>2018-09-06 20:49:51 +0200
commit8f4e09ba07a3bb05a42050b676d317dda562e872 (patch)
treedddf36f6678faf2bb377234d717800b16d588b79 /src/video_core/CMakeLists.txt
parentMerge pull request #1248 from degasus/shader_fix (diff)
downloadyuzu-8f4e09ba07a3bb05a42050b676d317dda562e872.tar
yuzu-8f4e09ba07a3bb05a42050b676d317dda562e872.tar.gz
yuzu-8f4e09ba07a3bb05a42050b676d317dda562e872.tar.bz2
yuzu-8f4e09ba07a3bb05a42050b676d317dda562e872.tar.lz
yuzu-8f4e09ba07a3bb05a42050b676d317dda562e872.tar.xz
yuzu-8f4e09ba07a3bb05a42050b676d317dda562e872.tar.zst
yuzu-8f4e09ba07a3bb05a42050b676d317dda562e872.zip
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r--src/video_core/CMakeLists.txt1
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