remove pybind11 to readd as subtree

This commit is contained in:
Thomas Kunze
2020-10-28 21:09:35 +01:00
parent e0bb23cd3f
commit 54e3f6cb12
183 changed files with 0 additions and 42339 deletions

View File

@@ -1,6 +0,0 @@
#include <pybind11/pybind11.h>
namespace py = pybind11;
PYBIND11_MODULE(test_cmake_build, m) {
m.def("add", [](int i, int j) { return i + j; });
}