From 3ec25758ef4017f3bc0f1ce31d5b69de0ea79b82 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Fri, 3 Nov 2023 22:57:19 +0000 Subject: [PATCH] Add submodules --- .gitmodules | 8 ++++++++ intern/c-cpp-aliases | 1 + intern/cpath | 1 + 3 files changed, 10 insertions(+) create mode 100644 .gitmodules create mode 160000 intern/c-cpp-aliases create mode 160000 intern/cpath diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8073058 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "intern/c-cpp-aliases"] + path = intern/c-cpp-aliases + url = https://git.thewizardapprentice.com/abdelrahman/c-cpp-aliases.git + branch = main +[submodule "intern/cpath"] + path = intern/cpath + url = https://git.thewizardapprentice.com/abdelrahman/cpath.git + branch = main diff --git a/intern/c-cpp-aliases b/intern/c-cpp-aliases new file mode 160000 index 0000000..f95f3aa --- /dev/null +++ b/intern/c-cpp-aliases @@ -0,0 +1 @@ +Subproject commit f95f3aa499910286876c1f2cdceea8146ebcf7b1 diff --git a/intern/cpath b/intern/cpath new file mode 160000 index 0000000..833ee11 --- /dev/null +++ b/intern/cpath @@ -0,0 +1 @@ +Subproject commit 833ee11a4e1ab85e79f8a116d54ecb4432e87b01