summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-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 360f407f3..44d7f670b 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -389,7 +389,7 @@ set(HEADERS
389create_directory_groups(${SRCS} ${HEADERS}) 389create_directory_groups(${SRCS} ${HEADERS})
390add_library(core STATIC ${SRCS} ${HEADERS}) 390add_library(core STATIC ${SRCS} ${HEADERS})
391target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) 391target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
392target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic fmt) 392target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic fmt lz4_static)
393if (ENABLE_WEB_SERVICE) 393if (ENABLE_WEB_SERVICE)
394 target_link_libraries(core PUBLIC json-headers web_service) 394 target_link_libraries(core PUBLIC json-headers web_service)
395endif() 395endif()