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.
11 lines
479 B
11 lines
479 B
7 years ago
|
## New action 'copy' for configure_file()
|
||
|
|
||
|
In addition to `configuration:` and `command:`,
|
||
|
[`configure_file()`](#Reference-manual.md#configure_file) now accepts a keyword
|
||
|
argument `copy:` which specifies a new action: copying the file specified with
|
||
|
the `input:` keyword argument to a file in the build directory with the name
|
||
|
specified with the `output:` keyword argument.
|
||
|
|
||
|
These three keyword arguments are, as before, mutually exclusive. You can only
|
||
|
do one action at a time.
|