diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-20 22:09:35 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-23 09:43:27 +0300 |
commit | 6d13ebbb8b9854713a5597df71a12f8dd9a36c34 (patch) | |
tree | 874148f1f3be655df557e01ecefe03570b0dbe47 /.gitmodules | |
parent | d37da4a303ab2760103ef8302cb1778f8860f16f (diff) |
Use pybind11 instead of SWIG
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c6d1083 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ext/pybind11"] + path = ext/pybind11 + url = https://github.com/pybind/pybind11.git |