From 9248a15d45ac324f4c554e2bbfb767c13730921a Mon Sep 17 00:00:00 2001 From: Glyn Leine Date: Sun, 10 Nov 2024 00:28:53 +0100 Subject: [PATCH] re-add build-system as a submodule --- .gitmodules | 3 +++ premake/rythe | 1 + 2 files changed, 4 insertions(+) create mode 160000 premake/rythe diff --git a/.gitmodules b/.gitmodules index c0d692d6f..e79eac513 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "libraries/third_party/catch2"] path = libraries/third_party/catch2 url = https://github.com/Rythe-Interactive/Catch2.git +[submodule "premake/rythe"] + path = premake/rythe + url = https://github.com/Rythe-Interactive/rythe-build-system.git diff --git a/premake/rythe b/premake/rythe new file mode 160000 index 000000000..3cdc54cce --- /dev/null +++ b/premake/rythe @@ -0,0 +1 @@ +Subproject commit 3cdc54cceb0c994dffab3d898e460dc5c4414c7d