From d25fa21a5931c7387bab73151c0631218f62e9b9 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Wed, 24 Nov 2021 18:03:09 -0500 Subject: [PATCH] adding cocogfx submodule --- .gitmodules | 3 +++ third_party/cocogfx | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/cocogfx diff --git a/.gitmodules b/.gitmodules index 96aeefdb..fb38564e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "sim/common/softfloat"] path = sim/common/softfloat url = https://github.com/ucb-bar/berkeley-softfloat-3.git +[submodule "third_party/cocogfx"] + path = third_party/cocogfx + url = https://github.com/gtcasl/cocogfx.git diff --git a/third_party/cocogfx b/third_party/cocogfx new file mode 160000 index 00000000..68e3625e --- /dev/null +++ b/third_party/cocogfx @@ -0,0 +1 @@ +Subproject commit 68e3625e70acd1fbd5fcfc629223d370f7b6806e