Config.in 296 B

123456789
  1. config BR2_PACKAGE_PYTHON_PYBIND
  2. bool "python-pybind"
  3. depends on BR2_PACKAGE_PYTHON3
  4. help
  5. PyBind is a lightweight header-only library that exposes C++
  6. types in Python and vice versa, mainly to create Python
  7. bindings of existing C++ code.
  8. http://pybind11.readthedocs.org/en/master