mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 06:51:58 +00:00
added exec functions
This commit is contained in:
committed by
Wenzel Jakob
parent
c2ee3f52b5
commit
c6ad2c4993
@@ -26,6 +26,7 @@ void init_ex14(py::module &);
|
||||
void init_ex15(py::module &);
|
||||
void init_ex16(py::module &);
|
||||
void init_ex17(py::module &);
|
||||
void init_ex18(py::module &);
|
||||
void init_issues(py::module &);
|
||||
|
||||
#if defined(PYBIND11_TEST_EIGEN)
|
||||
@@ -52,6 +53,7 @@ PYBIND11_PLUGIN(example) {
|
||||
init_ex15(m);
|
||||
init_ex16(m);
|
||||
init_ex17(m);
|
||||
init_ex18(m);
|
||||
init_issues(m);
|
||||
|
||||
#if defined(PYBIND11_TEST_EIGEN)
|
||||
|
||||
Reference in New Issue
Block a user