aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-11-28 11:23:36 -0800
committerbunnei <bunneidev@gmail.com>2020-12-06 00:03:24 -0800
commita3ccac3eb7f6feb87ca7026c89531a0afd5fabab (patch)
tree2ab1554d45aa6d4835acbafb3dbf370a54e683a4 /src/core/CMakeLists.txt
parent8dbfa4e1a4af2cda4500304ba8fe1a1b09bbb814 (diff)
common: Port KPriorityQueue from Mesosphere.
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 adabe8dbd..4de159119 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -153,6 +153,7 @@ add_library(core STATIC
hle/kernel/hle_ipc.cpp
hle/kernel/hle_ipc.h
hle/kernel/k_affinity_mask.h
+ hle/kernel/k_priority_queue.h
hle/kernel/kernel.cpp
hle/kernel/kernel.h
hle/kernel/memory/address_space_info.cpp