diff options
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 360f407f3..0a6f97e4b 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -388,7 +388,7 @@ set(HEADERS | |||
| 388 | 388 | ||
| 389 | create_directory_groups(${SRCS} ${HEADERS}) | 389 | create_directory_groups(${SRCS} ${HEADERS}) |
| 390 | add_library(core STATIC ${SRCS} ${HEADERS}) | 390 | add_library(core STATIC ${SRCS} ${HEADERS}) |
| 391 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 391 | target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core) |
| 392 | target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic fmt) | 392 | target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic fmt) |
| 393 | if (ENABLE_WEB_SERVICE) | 393 | if (ENABLE_WEB_SERVICE) |
| 394 | target_link_libraries(core PUBLIC json-headers web_service) | 394 | target_link_libraries(core PUBLIC json-headers web_service) |