Browse Source
fix remaining linux comp errors
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/52/head
crueter
8 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
5 additions and
0 deletions
-
src/yuzu/CMakeLists.txt
|
|
|
@ -506,6 +506,11 @@ CPMAddPackage( |
|
|
|
${CMAKE_SOURCE_DIR}/.ci/patch/0001-quazip-strict.patch |
|
|
|
) |
|
|
|
|
|
|
|
target_compile_options(QuaZip PRIVATE |
|
|
|
-Wno-error=shadow |
|
|
|
-Wno-error=missing-declarations |
|
|
|
) |
|
|
|
|
|
|
|
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip) |
|
|
|
|
|
|
|
create_target_directory_groups(yuzu) |