dynarmic/externals
Lioncash ead7cf49d1 externals: Update Catch to 2.7.2
Updates Catch from 2.7.0 to 2.7.2. Keeps the unit-testing library up to
date.
2020-04-22 21:02:46 +01:00
..
catch externals: Update Catch to 2.7.2 2020-04-22 21:02:46 +01:00
fmt externals/fmt: Update fmt to 5.3.0 2020-04-22 21:00:18 +01:00
xbyak externals: Update xbyak to 73ac586 2020-04-22 21:02:25 +01:00
CMakeLists.txt CMakeLists: Ignore warnings within xbyak 2020-04-22 20:46:14 +01:00
README.md externals: Document subtrees 2020-04-22 20:46:23 +01:00

This repository uses subtrees to manage some of its externals.

Initial setup

git remote add externals-fmt https://github.com/fmtlib/fmt.git
git remote add externals-xbyak https://github.com/herumi/xbyak.git

Updating

Change <ref> to refer to the appropriate git reference.

git fetch externals-fmt
git fetch externals-xbyak
git subtree pull --squash --prefix=externals/fmt externals-fmt <ref>
git subtree pull --squash --prefix=externals/xbyak externals-xbyak <ref>