mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2024-11-22 10:03:50 +00:00
932c0184a7
yuzu requires CMake 3.15 yet find_program was using REQUIRED, which is only available on 3.18 and later. Instead, we check for "<VAR>-NOTFOUND". In addition, check for additional requirements before building libusb or FFmpeg with autotools. Otherwise, CMake configuration will pass yet compilation will fail. |
||
---|---|---|
.. | ||
cmake-modules | ||
cubeb@1d66483ad2 | ||
discord-rpc@e32d001809 | ||
dynarmic@0c12614d1a | ||
ffmpeg@79e8d17024 | ||
find-modules | ||
getopt | ||
glad | ||
httplib | ||
inih | ||
libressl@8289d0d07d | ||
libusb | ||
libzip | ||
mbedtls@8c88150ca1 | ||
microprofile | ||
opus | ||
SDL@2f248a2a31 | ||
sirit@eefca56afd | ||
soundtouch@060181eaf2 | ||
Vulkan-Headers@8188e3fbbc | ||
xbyak@c306b8e578 | ||
CMakeLists.txt |