Skip to content

Latest commit

 

History

History

recipe-05

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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