mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
meson: examples: build and install example files
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
2
examples/xml/meson.build
Normal file
2
examples/xml/meson.build
Normal file
@@ -0,0 +1,2 @@
|
||||
subdir('storage')
|
||||
subdir('test')
|
||||
15
examples/xml/storage/meson.build
Normal file
15
examples/xml/storage/meson.build
Normal file
@@ -0,0 +1,15 @@
|
||||
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',
|
||||
)
|
||||
14
examples/xml/test/meson.build
Normal file
14
examples/xml/test/meson.build
Normal file
@@ -0,0 +1,14 @@
|
||||
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',
|
||||
)
|
||||
Reference in New Issue
Block a user