3 lines
132 B
Meson
3 lines
132 B
Meson
|
|
pybind11_proj = subproject('pybind11')
|
||
|
|
pybind11_dep = pybind11_proj.get_variable('pybind11_dep')
|
||
|
|
python3_dep = dependency('python3')
|