summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-12-09 09:29:09 +0100
committerGitHub <noreply@github.com>2021-12-09 09:29:09 +0100
commit46366c6dcaa47fe7bccb021c90b77d0d8be23b6f (patch)
tree3267f43c67c15e88524cb9d6106726eb8e89ea9d /src/core/CMakeLists.txt
parentMerge pull request #7545 from Morph1984/qt-deprecated-warn (diff)
parentUpdate k_code_memory.h (diff)
downloadyuzu-46366c6dcaa47fe7bccb021c90b77d0d8be23b6f.tar
yuzu-46366c6dcaa47fe7bccb021c90b77d0d8be23b6f.tar.gz
yuzu-46366c6dcaa47fe7bccb021c90b77d0d8be23b6f.tar.bz2
yuzu-46366c6dcaa47fe7bccb021c90b77d0d8be23b6f.tar.lz
yuzu-46366c6dcaa47fe7bccb021c90b77d0d8be23b6f.tar.xz
yuzu-46366c6dcaa47fe7bccb021c90b77d0d8be23b6f.tar.zst
yuzu-46366c6dcaa47fe7bccb021c90b77d0d8be23b6f.zip
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 721685bb7..506885659 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -179,6 +179,8 @@ add_library(core STATIC
hle/kernel/k_client_port.h
hle/kernel/k_client_session.cpp
hle/kernel/k_client_session.h
+ hle/kernel/k_code_memory.cpp
+ hle/kernel/k_code_memory.h
hle/kernel/k_condition_variable.cpp
hle/kernel/k_condition_variable.h
hle/kernel/k_event.cpp