summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-01-17 05:35:48 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2024-01-31 16:38:51 +0100
commit8f848f43e979ac4049237d3b6a161696dd85372b (patch)
treee218fcb939560362b4293ab035669d776d6e0cb0 /src/common/CMakeLists.txt
parentTexture Cache: make sparse texture table per channel (diff)
downloadyuzu-8f848f43e979ac4049237d3b6a161696dd85372b.tar
yuzu-8f848f43e979ac4049237d3b6a161696dd85372b.tar.gz
yuzu-8f848f43e979ac4049237d3b6a161696dd85372b.tar.bz2
yuzu-8f848f43e979ac4049237d3b6a161696dd85372b.tar.lz
yuzu-8f848f43e979ac4049237d3b6a161696dd85372b.tar.xz
yuzu-8f848f43e979ac4049237d3b6a161696dd85372b.tar.zst
yuzu-8f848f43e979ac4049237d3b6a161696dd85372b.zip
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
precompiled_headers.h
quaternion.h
range_map.h
+ range_mutex.h
reader_writer_queue.h
ring_buffer.h
${CMAKE_CURRENT_BINARY_DIR}/scm_rev.cpp