diff options
author | Lioncash <mathew1800@gmail.com> | 2018-11-08 06:31:35 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-11-08 06:31:39 +0100 |
commit | 9de523fd90f51136b04477c5a91896a9f0b93fb4 (patch) | |
tree | 6917dc7ac56a5888c9030d1c67b0fb2b6296ae2c /src/video_core/CMakeLists.txt | |
parent | gl_resource_manager: Amend clang-format discrepancies (diff) | |
download | yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.gz yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.bz2 yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.lz yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.xz yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.zst yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.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 0b1cc1290..a780215c1 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -21,6 +21,7 @@ add_library(video_core STATIC macro_interpreter.h memory_manager.cpp memory_manager.h + rasterizer_cache.cpp rasterizer_cache.h rasterizer_interface.h renderer_base.cpp |