summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2020-07-13Merge pull request #4280 from jbeich/system-libusbLC
2020-07-12CMakeLists: Enable usage of C++20 on LinuxLioncash
2020-07-12CMakeLists: Correct boost asio disabling define nameLioncash
2020-07-12CMakeLists: Disable concepts in boost asioLioncash
2020-07-12Merge pull request #4290 from lioncash/latestLC
2020-07-11CMakeLists: Do not search for system libusb on macOSMerryMage
2020-07-11CMakeLists: Make use of /std:c++latest on MSVCLioncash
2020-07-10Merge pull request #4221 from jbeich/unused-qt-openglbunnei
2020-07-10Merge pull request #4287 from lioncash/fmt7bunnei
2020-07-10CMakeLists: Update fmt to 7.0.1Lioncash
2020-07-10CMakeLists: Use lower-case command namesLioncash
2020-07-10cmake: Fix libusb builds breakingDavid Marcec
2020-07-09cmake: pass libusb include directory as wellJan Beich
2020-07-07cmake: unbreak system libusb supportJan Beich
2020-07-04Fix merge conflicts?Ameer
2020-07-01cmake: stop linking against QGL after c6a0ab979239Jan Beich
2020-07-01externals: Track opus as submodule instead of using conanDavid Marcec
2020-06-29cmake: depend on WebEngine with system QtJan Beich
2020-06-21Singleton GC Adapter class, remove globals, fix naming conventionAmeer
2020-06-16externals: Revert to libressl, as build is broken with find_package(OpenSSL)....bunnei
2020-05-31Update CMakeLists.txtbunnei
2020-05-31Update CMakeLists.txtbunnei
2020-05-09Mark the opus version check as broken.Markus Wick
2020-05-08Replace externals with Conan (#3735)James Rowe
2020-04-18cmake: Silence -Werror=implicit-fallthrough in SDL2 headersJan Beich
2020-02-17fix CMake build errors for certain SDL2 installationsBrian Clinkenbeard
2020-02-10use config mode for finding SDL2 with CMakeBrian Clinkenbeard
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi
2019-12-05Ignore git-related files in cmake for EA tarballsJake Merdich
2019-09-30cmake: Add cmake option to build Boxcat backendZach Hilman
2019-06-29Revert "CMake: Get Git submodule dependencies via CMake (#2474)"Tobias
2019-06-19CMake: Get Git submodule dependencies via CMake (#2474)Frederic L
2019-05-14CMakeLists: Handle VS 2019 in a less annoying mannerLioncash
2019-04-07fix clang-format target when using a path with spaces on windowskhang06
2019-03-23Merge pull request #2253 from lioncash/flagsbunnei
2019-03-17CMakeLists: Raise minimum Boost requirement to 1.66.0MerryMage
2019-03-17CMakeLists: Move compilation flags into the src directoryLioncash
2019-03-15CMakeLists: Remove now-unnecessary GCC special-casingLioncash
2019-02-12cmake: Add Vulkan optionReinUsesLisp
2019-02-06gl_shader_disk_cache: Invalidate shader cache changes with CMake hashReinUsesLisp
2018-12-31Update Qt MSVC external to 5.12.0Zach Hilman
2018-12-28cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman
2018-11-13GDBStub improvements:Hedges
2018-10-23Merge pull request #1542 from lioncash/projectbunnei
2018-10-23CMakeLists: Remove EMU_ARCH_BITS definitionLioncash
2018-10-23cmake: mingw also needs _FILE_OFFSET_BITS=64Weiyi Wang
2018-10-20CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIRLioncash
2018-10-06Merge pull request #1332 from FearlessTobi/port-web-backendbunnei
2018-10-02string_util: unify UTF8<->UTF16 conversion to codecvtWeiyi Wang
2018-10-02Review comments -part 4fearlessTobi