[libcamera-devel] [RFC 1/4] Add pybind11 submodule
Tomi Valkeinen
tomi.valkeinen at iki.fi
Fri Sep 18 17:20:16 CEST 2020
Signed-off-by: Tomi Valkeinen <tomi.valkeinen at iki.fi>
---
.gitmodules | 3 +++
ext/pybind11 | 1 +
2 files changed, 4 insertions(+)
create mode 100644 .gitmodules
create mode 160000 ext/pybind11
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
diff --git a/ext/pybind11 b/ext/pybind11
new file mode 160000
index 0000000..3b1dbeb
--- /dev/null
+++ b/ext/pybind11
@@ -0,0 +1 @@
+Subproject commit 3b1dbebabc801c9cf6f0953a4c20b904d444f879
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
More information about the libcamera-devel
mailing list