diff options
| author | Fernando S <fsahmkow27@gmail.com> | 2022-04-11 18:40:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-11 18:40:34 +0200 |
| commit | b86cfe159fe8fd4256a83db6fc4913a83ac37f00 (patch) | |
| tree | 8b49faf932128e9b281e7789bbbaa3eb5a3905af /src/core/CMakeLists.txt | |
| parent | 4ad6bca31c231ce55268859f8c201372c2895f2d (diff) | |
| parent | b29242862bb650bd3c0d3dbad0466a30d2d015e5 (diff) | |
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 arm/dynarmic/arm_exclusive_monitor.h arm/exclusive_monitor.cpp arm/exclusive_monitor.h + arm/symbols.cpp + arm/symbols.h constants.cpp constants.h core.cpp |
