Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 438 Bytes

Building C++ and Python projects using pybind11

This recipe is yet another alternative example of extending Python with C++. This time we will leverage the pybind11 project, which requires C++11, at least. Our example will retrieve pybind11 using FetchContent