diff options
| author | 2019-02-07 19:40:39 +0100 | |
|---|---|---|
| committer | 2019-03-29 16:42:34 +0100 | |
| commit | 6a1a2d4aa54c314b372477bfaeb91e44cebe7df0 (patch) | |
| tree | 143c14c57c33474294c6b90a8c74cbb016eebb63 /src/core/CMakeLists.txt | |
| parent | gl_shader_disk_cache: Use better compression for transferable and precompiled... (diff) | |
| download | yuzu-6a1a2d4aa54c314b372477bfaeb91e44cebe7df0.tar.gz yuzu-6a1a2d4aa54c314b372477bfaeb91e44cebe7df0.tar.xz yuzu-6a1a2d4aa54c314b372477bfaeb91e44cebe7df0.zip | |
core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead.
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 9e23afe85..c59107102 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -458,7 +458,7 @@ add_library(core STATIC | |||
| 458 | create_target_directory_groups(core) | 458 | create_target_directory_groups(core) |
| 459 | 459 | ||
| 460 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 460 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 461 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static mbedtls opus unicorn open_source_archives) | 461 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt mbedtls opus unicorn open_source_archives) |
| 462 | if (ENABLE_WEB_SERVICE) | 462 | if (ENABLE_WEB_SERVICE) |
| 463 | target_compile_definitions(core PRIVATE -DENABLE_WEB_SERVICE) | 463 | target_compile_definitions(core PRIVATE -DENABLE_WEB_SERVICE) |
| 464 | target_link_libraries(core PRIVATE web_service) | 464 | target_link_libraries(core PRIVATE web_service) |