summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-11-10 05:54:44 +0100
committerbunnei <bunneidev@gmail.com>2021-12-07 01:39:17 +0100
commit5dff28290fc4fc9bc3db3c32476dd93b2c4414c6 (patch)
tree45bccef430ad51ccef88b66036f511d8f52964d0 /src/core/CMakeLists.txt
parenthle: kernel: KLightLock: Migrate to updated KThreadQueue. (diff)
downloadyuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.tar
yuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.tar.gz
yuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.tar.bz2
yuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.tar.lz
yuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.tar.xz
yuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.tar.zst
yuzu-5dff28290fc4fc9bc3db3c32476dd93b2c4414c6.zip
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
hle/kernel/k_event.h
hle/kernel/k_handle_table.cpp
hle/kernel/k_handle_table.h
+ hle/kernel/k_light_condition_variable.cpp
hle/kernel/k_light_condition_variable.h
hle/kernel/k_light_lock.cpp
hle/kernel/k_light_lock.h