diff options
| author | 2022-04-11 18:40:34 +0200 | |
|---|---|---|
| committer | 2022-04-11 18:40:34 +0200 | |
| commit | b86cfe159fe8fd4256a83db6fc4913a83ac37f00 (patch) | |
| tree | 8b49faf932128e9b281e7789bbbaa3eb5a3905af /src/core/CMakeLists.txt | |
| parent | Merge pull request #8171 from tech-ticks/skyline-improvements (diff) | |
| parent | core: extract symbol reading (diff) | |
| download | yuzu-b86cfe159fe8fd4256a83db6fc4913a83ac37f00.tar.gz yuzu-b86cfe159fe8fd4256a83db6fc4913a83ac37f00.tar.xz yuzu-b86cfe159fe8fd4256a83db6fc4913a83ac37f00.zip | |
Merge pull request #8180 from liamwhite/symbols
core: extract symbol reading
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 81eaf0942..ffbda7925 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -13,6 +13,8 @@ add_library(core STATIC | |||
| 13 | arm/dynarmic/arm_exclusive_monitor.h | 13 | arm/dynarmic/arm_exclusive_monitor.h |
| 14 | arm/exclusive_monitor.cpp | 14 | arm/exclusive_monitor.cpp |
| 15 | arm/exclusive_monitor.h | 15 | arm/exclusive_monitor.h |
| 16 | arm/symbols.cpp | ||
| 17 | arm/symbols.h | ||
| 16 | constants.cpp | 18 | constants.cpp |
| 17 | constants.h | 19 | constants.h |
| 18 | core.cpp | 20 | core.cpp |