5 lines
180 B
Meson
5 lines
180 B
Meson
if get_option('build_python')
|
|
pybind11_proj = subproject('pybind11')
|
|
pybind11_dep = pybind11_proj.get_variable('pybind11_dep')
|
|
python3_dep = dependency('python3')
|
|
endif |