Is there a build command for meson?
Advertisements Well I can init and build a meson with project as: $ cd /tmp/ $ mkdir foobar; cd foobar $ meson init –name foobar -l cpp –build Using "foobar" (project name) as name of executable to build. Sample project created. To build it run the following commands: meson builddir ninja -C builddir Building… The… Read More Is there a build command for meson?