6 lines
96 B
Meson
6 lines
96 B
Meson
project('outdir path')
|
|
|
|
configure_file(input : 'foo.in',
|
|
output : 'subdir/foo',
|
|
copy: true)
|