summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-09-08 22:58:20 +0200
committerSubv <subv2112@gmail.com>2018-09-12 20:57:08 +0200
commitbb5eb4f20ac74e06317ed5b0c98282cde1f9e119 (patch)
treee1b89238165f33c65ff7909eabd846be5f58785c /src/video_core/CMakeLists.txt
parentMerge pull request #1303 from lioncash/error (diff)
downloadyuzu-bb5eb4f20ac74e06317ed5b0c98282cde1f9e119.tar
yuzu-bb5eb4f20ac74e06317ed5b0c98282cde1f9e119.tar.gz
yuzu-bb5eb4f20ac74e06317ed5b0c98282cde1f9e119.tar.bz2
yuzu-bb5eb4f20ac74e06317ed5b0c98282cde1f9e119.tar.lz
yuzu-bb5eb4f20ac74e06317ed5b0c98282cde1f9e119.tar.xz
yuzu-bb5eb4f20ac74e06317ed5b0c98282cde1f9e119.tar.zst
yuzu-bb5eb4f20ac74e06317ed5b0c98282cde1f9e119.zip
Diffstat (limited to '')
-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