diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2018-01-09 21:33:46 +0000 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-01-12 17:48:29 -0500 |
| commit | d2fbc7832080955598c9fb6f083414eca47f0f19 (patch) | |
| tree | 4f4b63aa2d37b86c39fdd17b12731bceda8bc90c /src/core/CMakeLists.txt | |
| parent | 056f987bcd7563dfc07f6eb3dbe4543779328c55 (diff) | |
arm_dynarmic: Implement core
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 025177b89..e8e98a095 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -171,7 +171,7 @@ set(HEADERS create_directory_groups(${SRCS} ${HEADERS}) add_library(core STATIC ${SRCS} ${HEADERS}) -target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core) +target_link_libraries(core PUBLIC common PRIVATE audio_core dynarmic network video_core) target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp fmt lz4_static unicorn) if (ENABLE_WEB_SERVICE) target_link_libraries(core PUBLIC json-headers web_service) |
