dynarmic/externals
Lioncash ef3ca44e13 externals: Update catch to 2.11.1
Updates our unit testing library from 2.9.1 to 2.11.1.

Keeps it up to date.
2020-04-22 21:04:23 +01:00
..
catch externals: Update catch to 2.11.1 2020-04-22 21:04:23 +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>