[FRONTEND] Use git-submodule for pybind11 (#699)

This PR changes the `pybind11` source code management from copy-paste to
a package controlled by git-submodule.

See the discussion in #694 for details.
This commit is contained in:
Shintaro Iwasaki
2022-09-23 09:55:03 -07:00
committed by GitHub
parent 8c3d4d5749
commit 61d104ab3a
31 changed files with 22 additions and 17552 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "deps/dlfcn-win32"]
path = deps/dlfcn-win32
url = https://github.com/dlfcn-win32/dlfcn-win32.git
[submodule "third-party/pybind11"]
path = third-party/pybind11
url = https://github.com/pybind/pybind11.git