From 7081998d611109a1baed909e259450ca34dc94c5 Mon Sep 17 00:00:00 2001 From: sub-rob <76086318+sub-rob@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:42:48 -0700 Subject: [PATCH] add pybind11 submodule --- .gitmodules | 3 +++ Extern/pybind11 | 1 + 2 files changed, 4 insertions(+) create mode 160000 Extern/pybind11 diff --git a/.gitmodules b/.gitmodules index 9fb9325..b47752c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ path = Extern/hl2sdk-cs2 url = https://github.com/alliedmodders/hl2sdk branch = cs2 +[submodule "Extern/pybind11"] + path = Extern/pybind11 + url = https://github.com/pybind/pybind11 diff --git a/Extern/pybind11 b/Extern/pybind11 new file mode 160000 index 0000000..74439a6 --- /dev/null +++ b/Extern/pybind11 @@ -0,0 +1 @@ +Subproject commit 74439a64a22850f16323f1e1e09ace2a909b0b61