aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-03-20 22:37:58 -0400
committerGitHub <noreply@github.com>2019-03-20 22:37:58 -0400
commite76f442a0e926299f19a5805aa37dc465a6fe5ef (patch)
tree1cbc5dc5068e8db354dc3753f135ce9cf89d4194 /src/core/CMakeLists.txt
parent43b83d6b6a96c113d9036f01c48c021cb3561f72 (diff)
parent8f454a5c68dd7901d8abf595e0cfa50a10d1b918 (diff)
Merge pull request #2268 from lioncash/codeset
core/kernel: Migrate CodeSet to its own source files
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 6319414ba..16920e2e9 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -107,6 +107,8 @@ add_library(core STATIC
hle/kernel/client_port.h
hle/kernel/client_session.cpp
hle/kernel/client_session.h
+ hle/kernel/code_set.cpp
+ hle/kernel/code_set.h
hle/kernel/errors.h
hle/kernel/handle_table.cpp
hle/kernel/handle_table.h