diff options
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 @@ | |||
| 1 | add_library(core STATIC | 1 | add_library(core STATIC |
| 2 | arm/arm_interface.h | 2 | arm/arm_interface.h |
| 3 | arm/exclusive_monitor.cpp | ||
| 4 | arm/exclusive_monitor.h | ||
| 3 | arm/unicorn/arm_unicorn.cpp | 5 | arm/unicorn/arm_unicorn.cpp |
| 4 | arm/unicorn/arm_unicorn.h | 6 | arm/unicorn/arm_unicorn.h |
| 5 | core.cpp | 7 | core.cpp |