From 04070ababcdaa6ab3427057ac5f68a32a545f8fe Mon Sep 17 00:00:00 2001 From: Tingan Ho Date: Mon, 14 Nov 2016 18:15:34 +0100 Subject: [PATCH] Adds dtl library --- .gitmodules | 3 +++ Source/Vendors/dtl | 1 + 2 files changed, 4 insertions(+) create mode 160000 Source/Vendors/dtl diff --git a/.gitmodules b/.gitmodules index 949580c7..4f3fb766 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Source/Vendors/json"] path = Source/Vendors/json url = git@github.com:nlohmann/json.git +[submodule "Source/Vendors/dtl"] + path = Source/Vendors/dtl + url = git@github.com:cubicdaiya/dtl.git diff --git a/Source/Vendors/dtl b/Source/Vendors/dtl new file mode 160000 index 00000000..33a68d8c --- /dev/null +++ b/Source/Vendors/dtl @@ -0,0 +1 @@ +Subproject commit 33a68d8c2dfbcbb0736af50301342ad082cdaefb