Add building via meson, remove outdated options
Co-authored-by: Thulinma <jaron@vietors.com> Change-Id: I2a620c8d98aca7203f6742c66c3f82afe91b5c3c
This commit is contained in:
parent
ca9724f1f8
commit
529adbfaf6
23 changed files with 855 additions and 82 deletions
6
mist/meson.build
Normal file
6
mist/meson.build
Normal file
|
@ -0,0 +1,6 @@
|
|||
header_tgts = []
|
||||
|
||||
foreach header : headers
|
||||
header_tgts += custom_target('copy'+header, input: join_paths('../lib', header), output: header, command: ['cp', '@INPUT@', '@OUTPUT@'])
|
||||
endforeach
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue