diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-03-26 19:37:43 +0100 |
---|---|---|
committer | FernandoS27 <fsahmkow27@gmail.com> | 2019-04-08 17:19:34 +0200 |
commit | c4ac05c82c49e678ca78147b2716e0a26b103f8d (patch) | |
tree | 788729622f3a608e980a2f705afc71a107d62b14 /src/video_core/CMakeLists.txt | |
parent | Merge pull request #2300 from FernandoS27/null-shader (diff) | |
download | yuzu-c4ac05c82c49e678ca78147b2716e0a26b103f8d.tar yuzu-c4ac05c82c49e678ca78147b2716e0a26b103f8d.tar.gz yuzu-c4ac05c82c49e678ca78147b2716e0a26b103f8d.tar.bz2 yuzu-c4ac05c82c49e678ca78147b2716e0a26b103f8d.tar.lz yuzu-c4ac05c82c49e678ca78147b2716e0a26b103f8d.tar.xz yuzu-c4ac05c82c49e678ca78147b2716e0a26b103f8d.tar.zst yuzu-c4ac05c82c49e678ca78147b2716e0a26b103f8d.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 242a0d1cd..804395d38 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -1,4 +1,6 @@ add_library(video_core STATIC + const_buffer_accessor.cpp + const_buffer_accessor.h dma_pusher.cpp dma_pusher.h debug_utils/debug_utils.cpp |