From eb3d30e53d18d9b350c723d14599ad9a3fe20e68 Mon Sep 17 00:00:00 2001 From: Emanuel Seemann <3380606+seemanne@users.noreply.github.com> Date: Sat, 18 Mar 2023 13:24:14 +0100 Subject: [PATCH] add modules --- .gitmodules | 4 ++++ extern/pybind11 | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 extern/pybind11 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..062cc71e2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "extern/pybind11"] + path = extern/pybind11 + url = ../../pybind/pybind11 + branch = stable diff --git a/extern/pybind11 b/extern/pybind11 new file mode 160000 index 000000000..be97c5a98 --- /dev/null +++ b/extern/pybind11 @@ -0,0 +1 @@ +Subproject commit be97c5a98b4b252c524566f508b5c79410d118c6