From ba8fe1e1c5dbd2569b00d8f82a86a437bb9e46d9 Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Thu, 7 Sep 2023 20:37:30 +0200 Subject: [PATCH] pybind --- .gitmodules | 4 ++++ lib/pybind11 | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 lib/pybind11 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f7047fb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "lib/pybind11"] + path = lib/pybind11 + url = https://github.com/pybind/pybind11 + branch = stable diff --git a/lib/pybind11 b/lib/pybind11 new file mode 160000 index 0000000..c836059 --- /dev/null +++ b/lib/pybind11 @@ -0,0 +1 @@ +Subproject commit c83605936b5e09ae806c40fe798d1e0b1143e272