yuzu/src
lat9nq 932c0184a7 cmake: Fix find_program usage for 3.15
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.
2021-06-13 01:15:54 -04:00
..
audio_core
common
core
input_common
tests
video_core cmake: Fix find_program usage for 3.15 2021-06-13 01:15:54 -04:00
web_service
yuzu Merge pull request #6451 from Morph1984/check-disk-space-dump 2021-06-11 13:23:23 -07:00
yuzu_cmd
.clang-format
CMakeLists.txt