mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 11:45:47 +00:00
[cmake] QuaZip: The Finale (#74)
Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/74
This commit is contained in:
parent
108daeeb39
commit
2aab37b516
5 changed files with 5 additions and 17 deletions
|
@ -496,6 +496,6 @@ endif()
|
|||
|
||||
# Extra deps
|
||||
add_subdirectory(externals)
|
||||
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip Qt6::Core5Compat)
|
||||
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)
|
||||
|
||||
create_target_directory_groups(yuzu)
|
||||
|
|
15
src/yuzu/externals/CMakeLists.txt
vendored
15
src/yuzu/externals/CMakeLists.txt
vendored
|
@ -12,17 +12,6 @@ set(CPM_USE_LOCAL_PACKAGES ON)
|
|||
CPMAddPackage(
|
||||
NAME QuaZip-Qt6
|
||||
VERSION 1.3
|
||||
GIT_REPOSITORY "https://github.com/stachenov/quazip.git"
|
||||
GIT_TAG v1.5
|
||||
PATCHES
|
||||
${CMAKE_SOURCE_DIR}/.patch/quazip/0001-strict.patch
|
||||
${CMAKE_SOURCE_DIR}/.patch/quazip/0002-oldstyle.patch
|
||||
${CMAKE_SOURCE_DIR}/.patch/quazip/0003-predecls.patch
|
||||
${CMAKE_SOURCE_DIR}/.patch/quazip/0004-qt6-only.patch
|
||||
|
||||
# thanks to 0004-qt6-only.patch, this isn't needed,
|
||||
# but we keep it since the patch is "technically" optional
|
||||
OPTIONS
|
||||
"QUAZIP_QT_MAJOR_VERSION 6"
|
||||
"QUAZIP_BZIP2 OFF"
|
||||
GIT_REPOSITORY "https://github.com/crueter/quazip-qt6.git"
|
||||
GIT_TAG v1.5-qt6
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue