Add pybind11 as git submodule

This commit is contained in:
Joakim Hove
2018-02-06 07:57:56 +01:00
parent b5336fb128
commit 2318c7cea4
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -2,3 +2,7 @@
path = pycmake
url = git://github.com/Statoil/pycmake.git
branch = 21f1eb9
[submodule "pybind11"]
path = pybind11
url = git://github.com/pybind/pybind11.git
branch = add56ccdcac23a6c522a2c1174a866e293c61dab

1
pybind11 Submodule

Submodule pybind11 added at add56ccdca