From a868fe0149cbf20bb7aebc8c23d09043bd9db7a3 Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Wed, 9 Jul 2025 07:29:44 +0100 Subject: [PATCH] Add boost submodule --- .gitmodules | 3 +++ 3rd_Party/boost | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rd_Party/boost diff --git a/.gitmodules b/.gitmodules index c2485d3..f1bc8fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "3rd_Party/imgui"] path = 3rd_Party/imgui url = https://github.com/ocornut/imgui.git +[submodule "3rd_Party/boost"] + path = 3rd_Party/boost + url = https://github.com/boostorg/boost.git diff --git a/3rd_Party/boost b/3rd_Party/boost new file mode 160000 index 0000000..3339a69 --- /dev/null +++ b/3rd_Party/boost @@ -0,0 +1 @@ +Subproject commit 3339a69b8bef382c8b268f0aabb77181d5d9c027