diff --git a/CMakeLists.txt b/CMakeLists.txt index 67ecd73337..133902fcbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,6 +164,12 @@ if (YUZU_STATIC_BUILD) # libharfbuzz.a extra_libs(graphite2 rpcrt4) + # libbrotlienc.a + extra_libs(brotlicommon) + + # openssl + extra_libs(crypt32) + # msys2 quazip does not build a static lib set(QuaZip-Qt6_FORCE_BUNDLED ON) endif()