From 50c7ff12db99287b3eebd335a48a0001ddc9b286 Mon Sep 17 00:00:00 2001 From: ekibun Date: Wed, 16 Sep 2020 00:43:16 +0800 Subject: [PATCH] add gitmodules --- .gitmodules | 3 +++ cxx/quickjs | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 cxx/quickjs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2632a03 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "cxx/quickjs"] + path = cxx/quickjs + url = https://github.com/ekibun/quickjs.git \ No newline at end of file diff --git a/cxx/quickjs b/cxx/quickjs new file mode 160000 index 0000000..b994795 --- /dev/null +++ b/cxx/quickjs @@ -0,0 +1 @@ +Subproject commit b9947950913b9dd3edb79f72f8fcc4b61a02a0d4