We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faecfbe + 0964144 commit 1d241dfCopy full SHA for 1d241df
.gitignore
@@ -8,4 +8,5 @@ CMakeLists.txt.user.*
8
docs/_build
9
*.asv
10
build/
11
-.vscode/
+.vscode/
12
+src/wrapping/external/pybind11
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "src/wrapping/external/pybind11"]
2
+ path = src/wrapping/external/pybind11
3
+ url = https://github.com/pybind/pybind11.git
src/wrapping/external/pybind11
0 commit comments