diff options
author | Subv <subv2112@gmail.com> | 2018-06-11 00:02:33 +0200 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2018-06-12 18:27:36 +0200 |
commit | 987a17066514dbab8e02acae20d4ea32c4f502eb (patch) | |
tree | 81b613108c9a3147bac98de15336dae217fa1be1 /src/video_core/CMakeLists.txt | |
parent | Merge pull request #553 from Subv/iset (diff) | |
download | yuzu-987a17066514dbab8e02acae20d4ea32c4f502eb.tar yuzu-987a17066514dbab8e02acae20d4ea32c4f502eb.tar.gz yuzu-987a17066514dbab8e02acae20d4ea32c4f502eb.tar.bz2 yuzu-987a17066514dbab8e02acae20d4ea32c4f502eb.tar.lz yuzu-987a17066514dbab8e02acae20d4ea32c4f502eb.tar.xz yuzu-987a17066514dbab8e02acae20d4ea32c4f502eb.tar.zst yuzu-987a17066514dbab8e02acae20d4ea32c4f502eb.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 281810357..6e193e7e1 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -9,6 +9,8 @@ add_library(video_core STATIC engines/maxwell_3d.h engines/maxwell_compute.cpp engines/maxwell_compute.h + engines/maxwell_dma.cpp + engines/maxwell_dma.h engines/shader_bytecode.h gpu.cpp gpu.h |