The pybind11 website indicates that to compile with pybind11 one should issue the following: c++ -O3 -Wall -shared -std=c++11 -fPIC `python3 -m pybind11 --includes` example.cpp -o example`python3-config --extension-suffix` How would one get this from the meson-build system?