summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-04-02 20:54:11 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-04-02 20:54:11 +0200
commitc5047540c9c3f807ed2164b938898ffff27f53bc (patch)
tree317395c2df72428942d25ac3d185d763cb52972d /src/video_core/CMakeLists.txt
parentMerge pull request #2316 from ReinUsesLisp/fixup-process (diff)
downloadyuzu-c5047540c9c3f807ed2164b938898ffff27f53bc.tar
yuzu-c5047540c9c3f807ed2164b938898ffff27f53bc.tar.gz
yuzu-c5047540c9c3f807ed2164b938898ffff27f53bc.tar.bz2
yuzu-c5047540c9c3f807ed2164b938898ffff27f53bc.tar.lz
yuzu-c5047540c9c3f807ed2164b938898ffff27f53bc.tar.xz
yuzu-c5047540c9c3f807ed2164b938898ffff27f53bc.tar.zst
yuzu-c5047540c9c3f807ed2164b938898ffff27f53bc.zip
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r--src/video_core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index 14b76680f..1a0cc6df1 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -67,6 +67,8 @@ add_library(video_core STATIC
renderer_opengl/renderer_opengl.h
renderer_opengl/utils.cpp
renderer_opengl/utils.h
+ sampler_cache.cpp
+ sampler_cache.h
shader/decode/arithmetic.cpp
shader/decode/arithmetic_immediate.cpp
shader/decode/bfe.cpp