From eebf2cc2c52b012b73537dd9ef3c9166a0ea36d1 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Mon, 11 Nov 2024 21:49:19 -0500 Subject: [PATCH] Add parser develop submodule --- .gitmodules | 5 +++++ libs/parser | 1 + 2 files changed, 6 insertions(+) create mode 160000 libs/parser diff --git a/.gitmodules b/.gitmodules index 02224b1bc6..2a97d495ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -828,3 +828,8 @@ url = ../boostlook.git fetchRecurseSubmodules = on-demand branch = . +[submodule "parser"] + path = libs/parser + url = ../parser.git + fetchRecurseSubmodules = on-demand + branch = . diff --git a/libs/parser b/libs/parser new file mode 160000 index 0000000000..bb0fb885b8 --- /dev/null +++ b/libs/parser @@ -0,0 +1 @@ +Subproject commit bb0fb885b8f996545cdc5eac67aab8c9bb6a2ce3