mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 05:11:14 +00:00
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',
|
||
|
)
|