summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index cbfd1299c..7aa81e885 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -380,5 +380,5 @@ include_directories(../../externals/cryptopp)
380create_directory_groups(${SRCS} ${HEADERS}) 380create_directory_groups(${SRCS} ${HEADERS})
381 381
382add_library(core STATIC ${SRCS} ${HEADERS}) 382add_library(core STATIC ${SRCS} ${HEADERS})
383 383target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
384target_link_libraries(core dynarmic cryptopp) 384target_link_libraries(core PRIVATE cryptopp dynarmic)