Lioncash 0f8ae84c80 externals: Update catch to 2.4.0
Keeps the unit testing library up to date.
2018-09-06 20:33:10 +01:00
..
2018-09-06 20:33:10 +01:00
2018-01-10 18:23:25 +00:00
2018-08-15 13:31:03 +01:00
2018-08-15 13:28:13 +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>