summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar liamwhite2024-01-31 11:22:29 -0500
committerGravatar GitHub2024-01-31 11:22:29 -0500
commit22492b68b73b4e8c865c4907cc4609db8cc07afd (patch)
tree75d356cf8a9d8e4ae93dda3d35647c80bd51c11c /src/common/CMakeLists.txt
parentMerge pull request #12864 from Kelebek1/small_time_fixes (diff)
parentDevice Memory Manager: ensure raster protection only within mapped device add... (diff)
downloadyuzu-22492b68b73b4e8c865c4907cc4609db8cc07afd.tar.gz
yuzu-22492b68b73b4e8c865c4907cc4609db8cc07afd.tar.xz
yuzu-22492b68b73b4e8c865c4907cc4609db8cc07afd.zip
Merge pull request #12869 from FernandoS27/smmu-fixes
SMMU: A set of different fixes.
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index e30fea268..85926fc8f 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -106,6 +106,7 @@ add_library(common STATIC
106 precompiled_headers.h 106 precompiled_headers.h
107 quaternion.h 107 quaternion.h
108 range_map.h 108 range_map.h
109 range_mutex.h
109 reader_writer_queue.h 110 reader_writer_queue.h
110 ring_buffer.h 111 ring_buffer.h
111 ${CMAKE_CURRENT_BINARY_DIR}/scm_rev.cpp 112 ${CMAKE_CURRENT_BINARY_DIR}/scm_rev.cpp