summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-01-23 00:49:31 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-02-10 23:29:33 +0100
commit1ddcd0e6f03e83d0447f03ac57d5e0bda7a2f4c7 (patch)
tree4d927140ea9fb1a44a0fdeaefdbcf30a7c360f18 /src/video_core/CMakeLists.txt
parentMerge pull request #2083 from ReinUsesLisp/shader-ir-cbuf-tracking (diff)
downloadyuzu-1ddcd0e6f03e83d0447f03ac57d5e0bda7a2f4c7.tar
yuzu-1ddcd0e6f03e83d0447f03ac57d5e0bda7a2f4c7.tar.gz
yuzu-1ddcd0e6f03e83d0447f03ac57d5e0bda7a2f4c7.tar.bz2
yuzu-1ddcd0e6f03e83d0447f03ac57d5e0bda7a2f4c7.tar.lz
yuzu-1ddcd0e6f03e83d0447f03ac57d5e0bda7a2f4c7.tar.xz
yuzu-1ddcd0e6f03e83d0447f03ac57d5e0bda7a2f4c7.tar.zst
yuzu-1ddcd0e6f03e83d0447f03ac57d5e0bda7a2f4c7.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index 33e507e69..1db0d031d 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -5,12 +5,12 @@ add_library(video_core STATIC
debug_utils/debug_utils.h
engines/fermi_2d.cpp
engines/fermi_2d.h
+ engines/kepler_compute.cpp
+ engines/kepler_compute.h
engines/kepler_memory.cpp
engines/kepler_memory.h
engines/maxwell_3d.cpp
engines/maxwell_3d.h
- engines/maxwell_compute.cpp
- engines/maxwell_compute.h
engines/maxwell_dma.cpp
engines/maxwell_dma.h
engines/shader_bytecode.h