summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2021-11-09 20:54:44 -0800
committerGravatar bunnei2021-12-06 16:39:17 -0800
commit5dff28290fc4fc9bc3db3c32476dd93b2c4414c6 (patch)
tree45bccef430ad51ccef88b66036f511d8f52964d0 /src/core/CMakeLists.txt
parenthle: kernel: KLightLock: Migrate to updated KThreadQueue. (diff)
downloadyuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.tar.gz
yuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.tar.xz
yuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.zip
hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index c42a29cc7..cd99b447b 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -185,6 +185,7 @@ add_library(core STATIC
185 hle/kernel/k_event.h 185 hle/kernel/k_event.h
186 hle/kernel/k_handle_table.cpp 186 hle/kernel/k_handle_table.cpp
187 hle/kernel/k_handle_table.h 187 hle/kernel/k_handle_table.h
188 hle/kernel/k_light_condition_variable.cpp
188 hle/kernel/k_light_condition_variable.h 189 hle/kernel/k_light_condition_variable.h
189 hle/kernel/k_light_lock.cpp 190 hle/kernel/k_light_lock.cpp
190 hle/kernel/k_light_lock.h 191 hle/kernel/k_light_lock.h