Skip to content

joseph-nagel/pybind11-mwe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pybind11 minimal working example

This repository contains a super simple example of how to use pybind11. Python bindings for a small C++ library are created as a demonstration.

Building

mkdir build
cd build
cmake ..
make

About

pybind11 minimal working example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published