pybind11ΒΆ

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