summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-26 00:15:35 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-27 22:58:30 +0200
commit8b8c8f4c13c8959853aadf931161f2b867158068 (patch)
treebc7b20495507fdcde69a1ec37d59f3545eca4428 /src/core/CMakeLists.txt
parentCore: Removed unused directory_file_system and meta_file_system modules. (diff)
downloadyuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.gz
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.bz2
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.lz
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.xz
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.zst
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.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 e534f07c4..204c5d45a 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -33,6 +33,7 @@ set(SRCS core.cpp
hle/config_mem.cpp
hle/coprocessor.cpp
hle/svc.cpp
+ hle/kernel/archive.cpp
hle/kernel/event.cpp
hle/kernel/kernel.cpp
hle/kernel/mutex.cpp
@@ -78,6 +79,7 @@ set(HEADERS core.h
hle/coprocessor.h
hle/hle.h
hle/svc.h
+ hle/kernel/archive.h
hle/kernel/kernel.h
hle/kernel/mutex.h
hle/kernel/thread.h