dynarmic/externals
Lioncash 7be5668376 externals: Update catch to 2.9.1
Keeps the unit-testing library up to date.
2020-04-22 21:04:22 +01:00
..
catch externals: Update catch to 2.9.1 2020-04-22 21:04:22 +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
README.md

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>