From eb05d765f4142aee3e17957daa35d9bd1cc2a1c0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 7 Jul 2015 12:44:12 -0400 Subject: Use a git submodule to hold upstream source instead of home-grown hack. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0c2306f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tomsfastmath"] + path = tomsfastmath + url = https://github.com/libtom/tomsfastmath.git -- cgit v1.2.3