diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-04-23 00:50:56 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-04-23 00:50:56 +0200 |
commit | a91d3fc6397560fc6294a24faeed73d45abd1753 (patch) | |
tree | 5f33a0964c33e3ce54520f74d72c0117a5770b15 /src/video_core/CMakeLists.txt | |
parent | Merge pull request #2403 from FernandoS27/compressed-linear (diff) | |
download | yuzu-a91d3fc6397560fc6294a24faeed73d45abd1753.tar yuzu-a91d3fc6397560fc6294a24faeed73d45abd1753.tar.gz yuzu-a91d3fc6397560fc6294a24faeed73d45abd1753.tar.bz2 yuzu-a91d3fc6397560fc6294a24faeed73d45abd1753.tar.lz yuzu-a91d3fc6397560fc6294a24faeed73d45abd1753.tar.xz yuzu-a91d3fc6397560fc6294a24faeed73d45abd1753.tar.zst yuzu-a91d3fc6397560fc6294a24faeed73d45abd1753.zip |
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 1e31a2900..7d02ec2d0 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 |