aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-05-22Add support for deinterlaced videos playbackDanila Malyutin
2023-04-01externals: update Vulkan-Headers to v1.3.246Jan Beich
2023-03-25CMakeLists: Require a minimum of boost 1.79.0Morph
2023-03-23CMakeLists: Update boost to 1.81.0Morph
2023-03-12general: fix spelling mistakesLiam
2023-03-05general: Target Windows 10 SDKMorph
2023-02-28Merge pull request #9877 from abouvier/cmake-boostliamwhite
2023-02-28cmake: use correct boost imported targetsAlexandre Bouvier
2023-02-28cmake: support components in find modulesAlexandre Bouvier
2023-02-28externals: use openssl from vcpkgAlexandre Bouvier
2023-02-27Merge pull request #9844 from abouvier/jwt-fixliamwhite
2023-02-27Partially apply LTO to only core and video_core projects.Matías Locatti
2023-02-22cmake: fix cpp-jwt buildAlexandre Bouvier
2023-02-21externals: Update cpp-httplib to latestAlexandre Bouvier
2023-01-29cmake: Download clang format 15german77
2023-01-23cmake: prefer system llvm libraryAlexandre Bouvier
2023-01-05cmake: support the standard cmake testing optionAlexandre Bouvier
2023-01-05tests: update catch2 to 3.0.1Alexandre Bouvier
2023-01-02cmake: move find-modules to root cmake dirAlexandre Bouvier
2023-01-02Merge pull request #9541 from abouvier/cmake-optionliamwhite
2023-01-02cmake: allow options shadowing with normal variablesAlexandre Bouvier
2023-01-02cmake: improve find_package failure messagesAlexandre Bouvier
2022-12-28cmake: make Vulkan-Headers external the defaultLiam
2022-12-28cmake: make libusb optionalLiam
2022-12-28cmake: ignore missing package finders for packages with submodule fallbacksLiam
2022-12-28cmake: make room server optionalLiam
2022-12-19CMakeLists: bump required Vulkan package version to 1.3.238Liam
2022-12-11Merge pull request #9419 from liamwhite/no-glMai
2022-12-10cmake: make OpenGL loader optionalLiam
2022-12-10cmake: enable faster linkers if availableLiam
2022-12-06Merge pull request #9391 from abouvier/cmake-sdlliamwhite
2022-12-06cmake: prefer system libusbAlexandre Bouvier
2022-12-05Merge pull request #9385 from Morph1984/dynarmic-verliamwhite
2022-12-06cmake: use sdl2 imported targetAlexandre Bouvier
2022-12-05CMakeLists: Remove version specifier for lz4Lioncash
2022-12-05externals: Bump dynarmic to 6.4.0Morph
2022-12-04cmake: prefer system librariesAlexandre Bouvier
2022-12-04externals: update dynarmic, SDL2Liam
2022-12-03Merge pull request #9300 from ameerj/pchliamwhite
2022-12-01CMake: Fix FFmpeg find modulelat9nq
2022-11-29CMake: Disable PCH on MSVC + Buildcache configsameerj
2022-11-29CMake: Use precompiled headersameerj
2022-11-28CMakeLists: Bump minimum required CMake version to 3.22lat9nq
2022-11-24CMake: rework for Qt6 supportKyle Kienapfel
2022-11-09Initial ARM64 supportLiam
2022-11-04Qt: enable recent Linux features on more UnicesJan Beich
2022-10-22CMakeLists: Disable C4100 and C4324Morph
2022-09-20cmake: Fix FindPkgConfigAlexandre Bouvier
2022-09-04vcpkg,cmake: Use vcpkg for dbghelplat9nq
2022-08-26Merge pull request #8485 from nezd5553/masterbunnei