summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/pybind11/meson.build
blob: 1be47ca456e2252000d29d34ab86028f13ff8908 (plain)
1
2
3
4
5
6
7
project('pybind11', 'cpp',
    version : '2.9.1',
    license : 'BSD-3-Clause')

pybind11_incdir = include_directories('include')

pybind11_dep = declare_dependency(include_directories : pybind11_incdir)