summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Morph2021-09-28 20:47:14 -0400
committerGravatar Morph2021-09-28 23:18:39 -0400
commit5f6cd32c9e63ebbda120063cb9a282a7f1374d4d (patch)
tree57f834fb894094e3ef88f322dc4f18fabe83a749 /src
parentfile_sys: Remove vfs_libzip (diff)
downloadyuzu-5f6cd32c9e63ebbda120063cb9a282a7f1374d4d.tar.gz
yuzu-5f6cd32c9e63ebbda120063cb9a282a7f1374d4d.tar.xz
yuzu-5f6cd32c9e63ebbda120063cb9a282a7f1374d4d.zip
externals: Remove libzip
Diffstat (limited to 'src')
-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 4c01703ca..a59c5a552 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -688,7 +688,7 @@ endif()
688create_target_directory_groups(core) 688create_target_directory_groups(core)
689 689
690target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) 690target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
691target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus zip) 691target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus)
692 692
693if (YUZU_ENABLE_BOXCAT) 693if (YUZU_ENABLE_BOXCAT)
694 target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) 694 target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT)