Browse Source

crypt32, brotlicommon

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2994/head
crueter 4 months ago
parent
commit
e3da00f7f0
  1. 6
      CMakeLists.txt

6
CMakeLists.txt

@ -164,6 +164,12 @@ if (YUZU_STATIC_BUILD)
# libharfbuzz.a # libharfbuzz.a
extra_libs(graphite2 rpcrt4) extra_libs(graphite2 rpcrt4)
# libbrotlienc.a
extra_libs(brotlicommon)
# openssl
extra_libs(crypt32)
# msys2 quazip does not build a static lib # msys2 quazip does not build a static lib
set(QuaZip-Qt6_FORCE_BUNDLED ON) set(QuaZip-Qt6_FORCE_BUNDLED ON)
endif() endif()

Loading…
Cancel
Save