virt-viewer/build-aux/meson.build

15 lines
274 B
Meson
Raw Permalink Normal View History

scripts = [
'buildenv.py',
'dist.py',
'gen-authors.py',
'msitool.py',
'post_install.py',
'run-windres.py',
]
foreach name : scripts
sname = name.split('.')[0].underscorify()
set_variable('@0@_prog'.format(sname), find_program(name))
endforeach