diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index e0f207f3e..19c926662 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -13,8 +13,6 @@ 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/unicorn/arm_unicorn.cpp | ||
| 17 | arm/unicorn/arm_unicorn.h | ||
| 18 | constants.cpp | 16 | constants.cpp |
| 19 | constants.h | 17 | constants.h |
| 20 | core.cpp | 18 | core.cpp |
| @@ -644,7 +642,7 @@ endif() | |||
| 644 | create_target_directory_groups(core) | 642 | create_target_directory_groups(core) |
| 645 | 643 | ||
| 646 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 644 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 647 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus unicorn zip) | 645 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus zip) |
| 648 | 646 | ||
| 649 | if (YUZU_ENABLE_BOXCAT) | 647 | if (YUZU_ENABLE_BOXCAT) |
| 650 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) | 648 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) |