[desktop] feat: install firmware from ZIP #52

Merged
crueter merged 7 commits from feature/firmware-zip into master 2025-07-14 01:29:57 +02:00
Showing only changes of commit 790f718bbf - Show all commits

View file

@ -506,10 +506,12 @@ CPMAddPackage(
${CMAKE_SOURCE_DIR}/.ci/patch/0001-quazip-strict.patch
)
target_compile_options(QuaZip PRIVATE
-Wno-error=shadow
-Wno-error=missing-declarations
)
if (NOT MSVC)
target_compile_options(QuaZip PRIVATE
-Wno-error=shadow
-Wno-error=missing-declarations
)
endif()
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)