The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

414 B

Made install a top level Meson command

You can now run meson install in your build directory and it will do the install. It has several command line options you can toggle the behaviour that is not in the default ninja install invocation. This is similar to how meson test already works.

For example, to install only the files that have changed, you can do:

meson install --only-changed