diff options
| author | 2017-09-24 11:04:55 -0400 | |
|---|---|---|
| committer | 2017-09-30 14:30:04 -0400 | |
| commit | 9eb4888df7fc7e02e364622878f332fc103ca919 (patch) | |
| tree | 07ee94850124402f0feaa06870ec8cf77da9ef1e /src | |
| parent | memory: Log with 64-bit values. (diff) | |
| download | yuzu-9eb4888df7fc7e02e364622878f332fc103ca919.tar.gz yuzu-9eb4888df7fc7e02e364622878f332fc103ca919.tar.xz yuzu-9eb4888df7fc7e02e364622878f332fc103ca919.zip | |
externals: Add lz4.
Diffstat (limited to 'src')
| -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..44d7f670b 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -389,7 +389,7 @@ set(HEADERS | |||
| 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 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 lz4_static) |
| 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) |
| 395 | endif() | 395 | endif() |