feat(python): added robust python bindings covering the entire codebase
This commit is contained in:
8
subprojects/packagefiles/pybind11/meson.build
Normal file
8
subprojects/packagefiles/pybind11/meson.build
Normal file
@@ -0,0 +1,8 @@
|
||||
project('pybind11', 'cpp',
|
||||
version : 'v3.0.0',
|
||||
license : 'BSD-3-Clause')
|
||||
|
||||
pybind11_incdir = include_directories('include')
|
||||
|
||||
pybind11_dep = declare_dependency(
|
||||
include_directories : pybind11_incdir)
|
||||
Reference in New Issue
Block a user