Files
citra/externals
emufan4568 b5e4ec35e3 Introduce vcpkg for dependency management
* Manually including libraries into the project while a perfectly acceptable solution
  leads to slow updates and large maintainance costs. To address this
  shortcoming we are introducing a package manager namely vcpkg into the
  codebase to handle the download and build of most external dependencies. Conan
  was also considered but vcpkg was chosen due to the centralized nature
  of the project. To achieve the integration the CMake configuration has
  been altered but not by much:

  1. Packages handled by vcpkg have been moved from
     externals/CMakeLists.txt to the root one to make them available to
     all subdirectories.

  2. In addition now find_package is used in accordance to the vcpkg
     recommendations.

  3. All libraries built by vcpkg have been updated to their latest
     available version, except for Qt because our codebase isn't
     compatible with Qt 6.0 yet.

  Currently there are build issues caused by the fmtlib upgrade.
  Another question is how to handle large libraries like Qt, Boost and
  SDL2 which will be addressed in a later commit.
2022-07-14 18:42:33 +03:00
..
2020-03-28 17:11:35 +00:00
2021-10-23 18:54:36 +05:30
2022-06-12 18:06:00 +03:00
2022-02-08 22:07:21 +05:30
2021-10-23 18:54:36 +05:30
2022-01-14 10:36:49 +08:00
2020-11-11 00:58:39 +01:00
2019-01-30 14:08:28 -06:00
2020-11-24 18:25:10 -05:00
2021-01-04 03:35:56 +01:00
2022-03-26 10:00:34 +05:30
2021-12-12 20:22:30 +05:30
2022-06-24 10:37:22 +03:00
2018-01-15 21:20:49 -06:00
2022-06-12 18:06:00 +03:00
2022-02-24 21:02:40 +05:30
2022-05-05 14:56:34 +03:00
2021-01-04 05:11:18 +01:00
2020-12-31 14:52:07 -03:00