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.
9 lines
375 B
9 lines
375 B
7 years ago
|
## install_mode argument extended to all installable targets
|
||
|
|
||
|
It is now possible to pass an install_mode argument to all installable targets,
|
||
|
such as executable(), libraries, headers, man pages and custom/generated
|
||
|
targets.
|
||
|
|
||
|
The install_mode argument can be used to specify the file mode in symbolic
|
||
|
format and optionally the owner/uid and group/gid for the installed files.
|