diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-28 00:57:57 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-28 00:57:57 -0400 |
commit | 85fb2bff38b2ef6cb17e86c5f602ee09a365b117 (patch) | |
tree | a8066d33233ec9b6a2b9bb281a1de040ab96be7b /lib/LuaBridge/.gitmodules | |
parent | 787393dd86d6c37b5680847dd4eef14406a86687 (diff) |
Added LuaBridge support
Diffstat (limited to 'lib/LuaBridge/.gitmodules')
-rw-r--r-- | lib/LuaBridge/.gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/LuaBridge/.gitmodules b/lib/LuaBridge/.gitmodules new file mode 100644 index 0000000..6e71d44 --- /dev/null +++ b/lib/LuaBridge/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/gtest"] + path = third_party/gtest + url = https://github.com/google/googletest.git |