aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-06-08 21:03:03 -0700
committerGitHub <noreply@github.com>2017-06-08 21:03:03 -0700
commit78398d097879bc04fa55b32b166ee49a35ceaec4 (patch)
tree9461a35f42be4fedd5b58633510cc46503ef8db1 /src/core/CMakeLists.txt
parent3146e95585926d096102ef6c7b7fdb6668a14b3c (diff)
parent6f368abe13bbf980b41b0209ddd5ca067761028a (diff)
Merge pull request #2756 from yuriks/service-framework
New service framework
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 6e602b0c5..b16a89990 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -385,4 +385,4 @@ set(HEADERS
create_directory_groups(${SRCS} ${HEADERS})
add_library(core STATIC ${SRCS} ${HEADERS})
target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
-target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic)
+target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic fmt)