From a5b22b91fbda8f34a32d7c176a8ca88acd968592 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Sat, 10 Oct 2020 12:50:46 -0400 Subject: [PATCH] chore: Add gocr submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 8bb3503..6a34ae2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,6 @@ url = https://github.com/gwsystems/ck.git [submodule "jsmn"] path = runtime/thirdparty/jsmn url = https://github.com/gwsystems/jsmn.git +[submodule "runtime/tests/gocr"] + path = runtime/tests/gocr + url = https://github.com/gwsystems/gocr