diff options
author | bunnei <bunneidev@gmail.com> | 2020-05-05 23:12:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 23:12:42 +0200 |
commit | 41682e0888f7cb640787ab8d9a7e5c0ebb83d8fa (patch) | |
tree | 64c61fda0aaa076cd54c46e8c271e67888c79c61 /src/video_core/CMakeLists.txt | |
parent | Merge pull request #3881 from lioncash/mem-warning (diff) | |
parent | Update src/video_core/gpu.cpp (diff) | |
download | yuzu-41682e0888f7cb640787ab8d9a7e5c0ebb83d8fa.tar yuzu-41682e0888f7cb640787ab8d9a7e5c0ebb83d8fa.tar.gz yuzu-41682e0888f7cb640787ab8d9a7e5c0ebb83d8fa.tar.bz2 yuzu-41682e0888f7cb640787ab8d9a7e5c0ebb83d8fa.tar.lz yuzu-41682e0888f7cb640787ab8d9a7e5c0ebb83d8fa.tar.xz yuzu-41682e0888f7cb640787ab8d9a7e5c0ebb83d8fa.tar.zst yuzu-41682e0888f7cb640787ab8d9a7e5c0ebb83d8fa.zip |
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r-- | src/video_core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index ff53282c9..d23c53843 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -8,6 +8,7 @@ add_library(video_core STATIC dma_pusher.h engines/const_buffer_engine_interface.h engines/const_buffer_info.h + engines/engine_interface.h engines/engine_upload.cpp engines/engine_upload.h engines/fermi_2d.cpp |