You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/CMakeModules
lat9nq ad55faaa35 cmake: Download Boost if inadequate local version
Building SDL2 from externals is incompatible with Conan's version of
libiconv, a requirement of Conan's Boost package. Solution is to use the
same Boost package in use by the linux-fresh container. This tells CMake
to download boost_1_75_0.tar.xz from yuzu-emu/ext-linux-bin at CMake's
configuration step, much the same way Qt and FFmpeg are downloaded for
Windows.

Also makes DownloadExternals.cmake cross-platform. Although the CMake
code is not entirely specific to Linux, only Linux has Boost libraries
available at ext-linux-bin, whereas there is no equivalent Boost package
for Windows at ext-windows-bin. caveat emptor
4 years ago
..
CopyYuzuFFmpegDeps.cmake cmake: Update FFmpeg to 4.3.1 4 years ago
CopyYuzuQt5Deps.cmake cmake: stop linking against QGL after c6a0ab9792 5 years ago
CopyYuzuSDLDeps.cmake Revert "Use Ninja for MSVC AppVeyor builds" (#584) 7 years ago
DownloadExternals.cmake cmake: Download Boost if inadequate local version 4 years ago
GenerateSCMRev.cmake gl_arb_decompiler: Implement an assembly shader decompiler 5 years ago
MinGWCross.cmake Make compatible with the current MinGW cross-compiler 5 years ago