From 8d5fefa18f0a3aace4e960bb6c38bd130dd47d3d Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Thu, 7 Apr 2016 10:58:46 -0700 Subject: squirrel interpreter works for simple cases It's pretty clunky though --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index d0999e3e..065ad01e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "third_party/gtest"] path = third_party/gtest url = https://github.com/google/googletest +[submodule "third_party/squirrel"] + path = third_party/squirrel + url = https://github.com/albertodemichelis/squirrel/ -- cgit v1.2.3