#include <pybind11/pybind11.h>
Go to the source code of this file.
Functions | |
| PYBIND11_MODULE (test_cmake_build, m, py::mod_gil_not_used()) | |
| PYBIND11_MODULE | ( | test_cmake_build | , |
| m | , | ||
| py::mod_gil_not_used() | |||
| ) |
Definition at line 4 of file wrap/pybind11/tests/test_cmake_build/main.cpp.