mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
Fix windows compilation
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
8d5f1b88ea
commit
8b73be490c
1 changed files with 7 additions and 5 deletions
|
@ -500,11 +500,13 @@ set(BUILD_SHARED_LIBS OFF)
|
||||||
include(CPM)
|
include(CPM)
|
||||||
CPMAddPackage("gh:stachenov/quazip@1.5")
|
CPMAddPackage("gh:stachenov/quazip@1.5")
|
||||||
|
|
||||||
target_compile_options(QuaZip
|
if (NOT MSVC)
|
||||||
PRIVATE
|
target_compile_options(QuaZip
|
||||||
-Wno-error=shadow
|
PRIVATE
|
||||||
-Wno-error=missing-declarations
|
-Wno-error=shadow
|
||||||
)
|
-Wno-error=missing-declarations
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)
|
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue