summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2023-01-31 10:51:10 -0800
committerGravatar GitHub2023-01-31 10:51:10 -0800
commitde28cd0c2df507ffc84497e6069233d1a7cac208 (patch)
tree98d32eac04d7e84eda7ef4010e85ac3dd766dd78 /src/core/CMakeLists.txt
parentMerge pull request #9508 from ameerj/hle-ipc-buffer-span (diff)
parentkernel: add KCapabilities (diff)
downloadyuzu-de28cd0c2df507ffc84497e6069233d1a7cac208.tar.gz
yuzu-de28cd0c2df507ffc84497e6069233d1a7cac208.tar.xz
yuzu-de28cd0c2df507ffc84497e6069233d1a7cac208.zip
Merge pull request #9697 from liamwhite/kcap
kernel: add KCapabilities
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 5afdeb5ff..3eee1cfbe 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -182,6 +182,8 @@ add_library(core STATIC
182 hle/kernel/k_auto_object_container.cpp 182 hle/kernel/k_auto_object_container.cpp
183 hle/kernel/k_auto_object_container.h 183 hle/kernel/k_auto_object_container.h
184 hle/kernel/k_affinity_mask.h 184 hle/kernel/k_affinity_mask.h
185 hle/kernel/k_capabilities.cpp
186 hle/kernel/k_capabilities.h
185 hle/kernel/k_class_token.cpp 187 hle/kernel/k_class_token.cpp
186 hle/kernel/k_class_token.h 188 hle/kernel/k_class_token.h
187 hle/kernel/k_client_port.cpp 189 hle/kernel/k_client_port.cpp