mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
f31209fc6c
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
15 lines
263 B
Meson
15 lines
263 B
Meson
install_data(
|
|
[
|
|
'testdev.xml',
|
|
'testnodeinline.xml',
|
|
'testdomfc4.xml',
|
|
'testdomfv0.xml',
|
|
'testnode.xml',
|
|
'testnetdef.xml',
|
|
'testvol.xml',
|
|
'testnetpriv.xml',
|
|
'testpool.xml',
|
|
],
|
|
install_dir: example_dir / 'xml' / 'test',
|
|
)
|