summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-02 08:04:18 +0200
committerbunnei <bunneidev@gmail.com>2021-05-06 01:40:49 +0200
commit66f2ad716be8f880e5bb6cc572c76812073f6db4 (patch)
treed6df5e7aed98f9c59e6a79072089cb5a7ee7802b /src/core/CMakeLists.txt
parentcommon: bit_util: Add BIT macro. (diff)
downloadyuzu-66f2ad716be8f880e5bb6cc572c76812073f6db4.tar
yuzu-66f2ad716be8f880e5bb6cc572c76812073f6db4.tar.gz
yuzu-66f2ad716be8f880e5bb6cc572c76812073f6db4.tar.bz2
yuzu-66f2ad716be8f880e5bb6cc572c76812073f6db4.tar.lz
yuzu-66f2ad716be8f880e5bb6cc572c76812073f6db4.tar.xz
yuzu-66f2ad716be8f880e5bb6cc572c76812073f6db4.tar.zst
yuzu-66f2ad716be8f880e5bb6cc572c76812073f6db4.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 f5e06045f..4a7589fe8 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -173,6 +173,7 @@ add_library(core STATIC
hle/kernel/k_light_condition_variable.h
hle/kernel/k_light_lock.cpp
hle/kernel/k_light_lock.h
+ hle/kernel/k_linked_list.h
hle/kernel/k_memory_block.h
hle/kernel/k_memory_block_manager.cpp
hle/kernel/k_memory_block_manager.h