summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-15 19:27:07 +0200
committerGitHub <noreply@github.com>2018-09-15 19:27:07 +0200
commitdaee15b058ffb0af1cdb91a986a126975c0edf93 (patch)
tree317f1ac6484afa41d1f5df1ebc08244141ca3084 /src/video_core/CMakeLists.txt
parentMerge pull request #1310 from lioncash/kernel-ns (diff)
parentGPU: Basic implementation of the Kepler Inline Memory engine (p2mf). (diff)
downloadyuzu-daee15b058ffb0af1cdb91a986a126975c0edf93.tar
yuzu-daee15b058ffb0af1cdb91a986a126975c0edf93.tar.gz
yuzu-daee15b058ffb0af1cdb91a986a126975c0edf93.tar.bz2
yuzu-daee15b058ffb0af1cdb91a986a126975c0edf93.tar.lz
yuzu-daee15b058ffb0af1cdb91a986a126975c0edf93.tar.xz
yuzu-daee15b058ffb0af1cdb91a986a126975c0edf93.tar.zst
yuzu-daee15b058ffb0af1cdb91a986a126975c0edf93.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 65b5f57c3..4a79ce39c 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -5,6 +5,8 @@ add_library(video_core STATIC
debug_utils/debug_utils.h
engines/fermi_2d.cpp
engines/fermi_2d.h
+ engines/kepler_memory.cpp
+ engines/kepler_memory.h
engines/maxwell_3d.cpp
engines/maxwell_3d.h
engines/maxwell_compute.cpp