diff options
author | Liam <byteslice@airmail.cc> | 2022-05-31 01:35:01 +0200 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-06-01 06:01:25 +0200 |
commit | fb4b3c127f7c390358d7f4cadd2f58de116fec48 (patch) | |
tree | e2588a859d364a32be0cd9e0401a345c6492d1a7 /src/core/CMakeLists.txt | |
parent | Merge pull request #8368 from german77/seventimes (diff) | |
download | yuzu-fb4b3c127f7c390358d7f4cadd2f58de116fec48.tar yuzu-fb4b3c127f7c390358d7f4cadd2f58de116fec48.tar.gz yuzu-fb4b3c127f7c390358d7f4cadd2f58de116fec48.tar.bz2 yuzu-fb4b3c127f7c390358d7f4cadd2f58de116fec48.tar.lz yuzu-fb4b3c127f7c390358d7f4cadd2f58de116fec48.tar.xz yuzu-fb4b3c127f7c390358d7f4cadd2f58de116fec48.tar.zst yuzu-fb4b3c127f7c390358d7f4cadd2f58de116fec48.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 62230bae0..948cc318a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -36,6 +36,13 @@ add_library(core STATIC crypto/ctr_encryption_layer.h crypto/xts_encryption_layer.cpp crypto/xts_encryption_layer.h + debugger/debugger_interface.h + debugger/debugger.cpp + debugger/debugger.h + debugger/gdbstub_arch.cpp + debugger/gdbstub_arch.h + debugger/gdbstub.cpp + debugger/gdbstub.h device_memory.cpp device_memory.h file_sys/bis_factory.cpp |