summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2024-01-13CMake: Enable SDL on Linux by defaultMartino Fontana
2024-01-13SDL: Add GameController API, cleanupMartino Fontana
2023-12-01CMake: update required enet versionTillmann Karras
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-11-27CMake: allow using system xxhashTillmann Karras
2023-10-02Add lz4 submodulesowens99
2023-09-24Require system fmt >= 10.1rsgnz
2023-08-14CMake: use version flags if Git isn't foundMartino Fontana
2023-07-14Allow shared zlib-ngJeremy Newton
2023-06-30Merge pull request #11955 from TellowKrinkle/CMakeDependenciesAdmiral H. Curtiss
2023-06-29CMake: Generate scmrev.h at build time instead of configure time.Admiral H. Curtiss
2023-06-15Allow building against system gtestJordi Mallach
2023-06-15CMake: Support using bundled libraries even if system libraries existTellowKrinkle
2023-06-15CMake: Use targets for all optionally-external dependenciesTellowKrinkle
2023-06-12Merge pull request #10976 from TellowKrinkle/StackFramesOatmealDome
2023-06-11VideoBackends:Vulkan: Allow loading custom drivers on AndroidRobin Kertels
2023-05-19Merge pull request #11707 from TellowKrinkle/CMakeIconvAdmiral H. Curtiss
2023-05-01Merge pull request #10969 from phire/minimum_compilersAdmiral H. Curtiss
2023-04-11Merge pull request #11710 from TellowKrinkle/SDL2FrameworkPierre Bourdon
2023-04-08CMake: Use find_package and imported targets for IconvTellowKrinkle
2023-04-06CMake: Don't include SPIRV-Cross except on Windows and macOSPokechu22
2023-04-02Added USE_RETRO_ACHIEVEMENTS compiler flagLillyJadeKatrin
2023-04-02Added rcheevos to ExternalsLillyJadeKatrin
2023-03-30CMake: Enable CMP0099TellowKrinkle
2023-03-04msvc: enable compiler checks added in vs 17.5Shawn Hoffman
2023-02-23Bump requried Clang to 12 (AppleClang 13.0.0)Scott Mansell
2023-02-23Enforce minimum supported versions of GCC and ClangScott Mansell
2023-02-17Android: Fix armeabi-v7a buildJosJuice
2023-02-06Allow building against system libspngJordi Mallach
2023-02-01Merge pull request #11157 from h3xx/use-gnuinstalldirsAdmiral H. Curtiss
2023-01-31CMake/MSVC: Fix warnings about conflicting /Zi and /Z7Scott Mansell
2023-01-30Use GNUInstallDirs for installation pathsDan Church
2023-01-30Merge pull request #10936 from TellowKrinkle/FixIncludeDirsAdmiral H. Curtiss
2023-01-24Merge pull request #11436 from shuffle2/msvc-ZcMai
2023-01-17Merge pull request #11362 from alucryd/feat/system-libmgbaPierre Bourdon
2023-01-14CMake: search for shared `minizip-ng` as `minizip`SuperSamus
2023-01-13cmake: update msvc conformance flagsShawn Hoffman
2023-01-08Merge pull request #11361 from shuffle2/osxJMC47
2022-12-22Add Dear ImPlot LibrarySam Belliveau
2022-12-22update min macos version to 10.15Shawn Hoffman
2022-12-22try for system libmgba firstMaxime Gauduin
2022-10-06Debugger: Initial implementation of conditional breakpointssmurf3tte
2022-09-19In CMake, check for and remove in-tree scmrev.h generated by Visual StudioZopolis4
2022-08-18CMake: Properly include lzma include directoriesTellowKrinkle
2022-08-18CMake: Properly include zstd include directoriesTellowKrinkle
2022-08-10CMake: Don't omit frame pointer on RelWithDebInfo buildsTellowKrinkle
2022-08-10Workaround Freebsd/clang/fmt bugScott Mansell
2022-07-25replace libpng with libspngShawn Hoffman
2022-07-24replace zlib with zlib-ngShawn Hoffman
2022-07-14CMake: Use system C library for SDL from externals.Admiral H. Curtiss