diff options
| author | 2022-04-08 23:53:42 -0400 | |
|---|---|---|
| committer | 2022-04-09 02:16:34 -0400 | |
| commit | b29242862bb650bd3c0d3dbad0466a30d2d015e5 (patch) | |
| tree | 265f95f179b17d38ee58925667ccc724948be708 /src/core/CMakeLists.txt | |
| parent | Merge pull request #8138 from german77/data-no-race (diff) | |
| download | yuzu-b29242862bb650bd3c0d3dbad0466a30d2d015e5.tar.gz yuzu-b29242862bb650bd3c0d3dbad0466a30d2d015e5.tar.xz yuzu-b29242862bb650bd3c0d3dbad0466a30d2d015e5.zip | |
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 |