summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2021-01-11 14:36:26 -0800
committerGravatar GitHub2021-01-11 14:36:26 -0800
commiteb3cb54aa53e23af61afb9b7e35af28c9d37ae2a (patch)
tree56a80760bd0ba8ecd85dc8d9f09fb9e2068c91d4 /src/common/CMakeLists.txt
parentMerge pull request #5229 from Morph1984/fullscreen-opt (diff)
parenthle: kernel: thread: Preserve thread wait reason for debugging only. (diff)
downloadyuzu-eb3cb54aa53e23af61afb9b7e35af28c9d37ae2a.tar.gz
yuzu-eb3cb54aa53e23af61afb9b7e35af28c9d37ae2a.tar.xz
yuzu-eb3cb54aa53e23af61afb9b7e35af28c9d37ae2a.zip
Merge pull request #5266 from bunnei/kernel-synch
Rewrite KSynchronizationObject, KConditonVariable, and KAddressArbiter
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 2c2bd2ee8..5d781cd77 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -123,6 +123,7 @@ add_library(common STATIC
123 hash.h 123 hash.h
124 hex_util.cpp 124 hex_util.cpp
125 hex_util.h 125 hex_util.h
126 intrusive_red_black_tree.h
126 logging/backend.cpp 127 logging/backend.cpp
127 logging/backend.h 128 logging/backend.h
128 logging/filter.cpp 129 logging/filter.cpp
@@ -143,6 +144,7 @@ add_library(common STATIC
143 page_table.h 144 page_table.h
144 param_package.cpp 145 param_package.cpp
145 param_package.h 146 param_package.h
147 parent_of_member.h
146 quaternion.h 148 quaternion.h
147 ring_buffer.h 149 ring_buffer.h
148 scm_rev.cpp 150 scm_rev.cpp
@@ -167,6 +169,7 @@ add_library(common STATIC
167 time_zone.h 169 time_zone.h
168 timer.cpp 170 timer.cpp
169 timer.h 171 timer.h
172 tree.h
170 uint128.cpp 173 uint128.cpp
171 uint128.h 174 uint128.h
172 uuid.cpp 175 uuid.cpp