diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-03 14:28:46 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-22 15:55:17 +0100 |
| commit | 0b1c2e5505c6478ef10e65c0b002eeb242e15540 (patch) | |
| tree | 187eeabceb451d3cd89b3f0fd47412a7a9e57015 /src/core/CMakeLists.txt | |
| parent | 258a5cee8429f4f4a3a7a0ead64d20269470392c (diff) | |
Implement exclusive monitor
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 0a5d58eea..27a5de7fd 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,5 +1,7 @@ add_library(core STATIC arm/arm_interface.h + arm/exclusive_monitor.cpp + arm/exclusive_monitor.h arm/unicorn/arm_unicorn.cpp arm/unicorn/arm_unicorn.h core.cpp |
