diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-03 06:28:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 06:28:43 +0200 |
commit | 4c3c608d59b8c8d8a9bbccc1b55efcab346e650f (patch) | |
tree | 90f6325f37efcb09c79cfa2f84eb82157d4592a7 /src/core/CMakeLists.txt | |
parent | Merge pull request #904 from lioncash/static (diff) | |
parent | kernel: Move object class to its own source files (diff) | |
download | yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.tar yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.tar.gz yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.tar.bz2 yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.tar.lz yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.tar.xz yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.tar.zst yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index a85397450..d29f6a84f 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -67,6 +67,8 @@ add_library(core STATIC hle/kernel/memory.h hle/kernel/mutex.cpp hle/kernel/mutex.h + hle/kernel/object.cpp + hle/kernel/object.h hle/kernel/process.cpp hle/kernel/process.h hle/kernel/resource_limit.cpp |