From 6e34ef025f2622f31c853b5eba5d1a4d7479fa71 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 3 Sep 2015 19:10:25 -0400 Subject: [PATCH] Add cppformat submodule --- .gitmodules | 3 +++ ext/cppformat | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 ext/cppformat diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..393132806 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ext/cppformat"] + path = ext/cppformat + url = https://github.com/cppformat/cppformat.git diff --git a/ext/cppformat b/ext/cppformat new file mode 160000 index 000000000..0b097da31 --- /dev/null +++ b/ext/cppformat @@ -0,0 +1 @@ +Subproject commit 0b097da31eae1642dd8132f2996e74f7fe354e46