From 68c119df4c02b4deff0b1596f1a4a21abeaef8e7 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 31 Oct 2020 18:54:10 +0000 Subject: [PATCH] Added pybind as a submodule --- .gitmodules | 3 +++ pybind/pybind11 | 1 + 2 files changed, 4 insertions(+) create mode 160000 pybind/pybind11 diff --git a/.gitmodules b/.gitmodules index 1c5db0adc..7365ba0fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ path = external/spdlog url = https://github.com/gabime/spdlog branch = v1.8.1 +[submodule "pybind/pybind11"] + path = pybind/pybind11 + url = https://github.com/pybind/pybind11 diff --git a/pybind/pybind11 b/pybind/pybind11 new file mode 160000 index 000000000..06a54018c --- /dev/null +++ b/pybind/pybind11 @@ -0,0 +1 @@ +Subproject commit 06a54018c8a9fd9a7be5f5b56414b5da9259f637