Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 558 Bytes

pybind11.rst

File metadata and controls

21 lines (14 loc) · 558 Bytes
.. spelling::

    pybind
    pybind11

.. index:: scripting ; pybind11

pybind11

hunter_add_package(pybind11)
find_package(pybind11 CONFIG REQUIRED)
target_link_libraries(... pybind11::pybind11 pybind11::embed pybind11::module)