pybind / python_example

Example pybind11 module built with a Python-based build system
Other
501 stars 148 forks source link

Add header includes by default from the source folder #137

Closed glmcdona closed 1 year ago

glmcdona commented 1 year ago

When people use this example for a multi-file code project, they will get an error during build where the header files are not found. Suggest adding this line of code to the template so that fewer users will run into this problem when basing their project on this template.