Files
GridFire/build-config/pybind/meson.build

3 lines
132 B
Meson
Raw Normal View History

pybind11_proj = subproject('pybind11')
pybind11_dep = pybind11_proj.get_variable('pybind11_dep')
python3_dep = dependency('python3')