From 73af4a744f57f28761681923ea6b1b3d014b5824 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Fri, 15 Mar 2019 11:05:12 +0100 Subject: [PATCH] added pybind11 v2.2 as submodule --- .gitmodules | 3 +++ python/pybind11 | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 python/pybind11 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..9b655d9cc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "python/pybind11"] + path = python/pybind11 + url = https://github.com/pybind/pybind11.git diff --git a/python/pybind11 b/python/pybind11 new file mode 160000 index 000000000..a23996fce --- /dev/null +++ b/python/pybind11 @@ -0,0 +1 @@ +Subproject commit a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef