aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-27 20:35:58 -0400
committerGitHub <noreply@github.com>2018-08-27 20:35:58 -0400
commitffe2336136dc683b8d97a355c2446aad2aaa5905 (patch)
tree62cc8e3ff2dcf995f9f3ae7c8928a27dada3733d /src/video_core/CMakeLists.txt
parentb4ac8218d0e84dca846182d57f01ae158c3c4837 (diff)
parentb55d8111e66ab909ec932850284a7afd13827303 (diff)
Merge pull request #1165 from bunnei/shader-cache
renderer_opengl: Implement a new shader cache.
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r--src/video_core/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index c6431e722..aa5bc3bbe 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -18,6 +18,7 @@ add_library(video_core STATIC
macro_interpreter.h
memory_manager.cpp
memory_manager.h
+ rasterizer_cache.h
rasterizer_interface.h
renderer_base.cpp
renderer_base.h
@@ -26,6 +27,8 @@ add_library(video_core STATIC
renderer_opengl/gl_rasterizer_cache.cpp
renderer_opengl/gl_rasterizer_cache.h
renderer_opengl/gl_resource_manager.h
+ renderer_opengl/gl_shader_cache.cpp
+ renderer_opengl/gl_shader_cache.h
renderer_opengl/gl_shader_decompiler.cpp
renderer_opengl/gl_shader_decompiler.h
renderer_opengl/gl_shader_gen.cpp