summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-05-09 19:19:22 +0200
committerGitHub <noreply@github.com>2019-05-09 19:19:22 +0200
commitc27b81cb85d11b4c31f38c15a5e8e6d7c7211df2 (patch)
treec91fe87f5a025effd3941d38653cda0920c68962 /src/video_core/CMakeLists.txt
parentMerge pull request #2440 from lioncash/dynarmic (diff)
parentRefactors and name corrections. (diff)
downloadyuzu-c27b81cb85d11b4c31f38c15a5e8e6d7c7211df2.tar
yuzu-c27b81cb85d11b4c31f38c15a5e8e6d7c7211df2.tar.gz
yuzu-c27b81cb85d11b4c31f38c15a5e8e6d7c7211df2.tar.bz2
yuzu-c27b81cb85d11b4c31f38c15a5e8e6d7c7211df2.tar.lz
yuzu-c27b81cb85d11b4c31f38c15a5e8e6d7c7211df2.tar.xz
yuzu-c27b81cb85d11b4c31f38c15a5e8e6d7c7211df2.tar.zst
yuzu-c27b81cb85d11b4c31f38c15a5e8e6d7c7211df2.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 6821f275d..1e010e4da 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -3,6 +3,8 @@ add_library(video_core STATIC
dma_pusher.h
debug_utils/debug_utils.cpp
debug_utils/debug_utils.h
+ engines/engine_upload.cpp
+ engines/engine_upload.h
engines/fermi_2d.cpp
engines/fermi_2d.h
engines/kepler_compute.cpp