mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
16 lines
279 B
Meson
16 lines
279 B
Meson
|
install_data(
|
||
|
[
|
||
|
'pool-dir.xml',
|
||
|
'pool-fs.xml',
|
||
|
'pool-logical.xml',
|
||
|
'pool-netfs.xml',
|
||
|
'vol-cow.xml',
|
||
|
'vol-qcow.xml',
|
||
|
'vol-qcow2.xml',
|
||
|
'vol-raw.xml',
|
||
|
'vol-sparse.xml',
|
||
|
'vol-vmdk.xml',
|
||
|
],
|
||
|
install_dir: example_dir / 'xml' / 'storage',
|
||
|
)
|