libvirt/examples/xml/test/meson.build
Pavel Hrdina f31209fc6c 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>
2020-08-03 09:27:06 +02:00

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',
)