diff --git a/.gitmodules b/.gitmodules index bca460d..e71cee9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "externals/dynarmic"] path = externals/dynarmic url = https://github.com/Borked3DS/dynarmic.git +[submodule "externals/pybind11"] + path = externals/pybind11 + url = https://github.com/pybind/pybind11.git diff --git a/externals/pybind11 b/externals/pybind11 new file mode 160000 index 0000000..ce9f83c --- /dev/null +++ b/externals/pybind11 @@ -0,0 +1 @@ +Subproject commit ce9f83c700cb559232295559a3279b411ed9a552