
Co-authored-by: Thulinma <jaron@vietors.com> Change-Id: I2a620c8d98aca7203f6742c66c3f82afe91b5c3c
6 lines
194 B
Meson
6 lines
194 B
Meson
header_tgts = []
|
|
|
|
foreach header : headers
|
|
header_tgts += custom_target('copy'+header, input: join_paths('../lib', header), output: header, command: ['cp', '@INPUT@', '@OUTPUT@'])
|
|
endforeach
|
|
|