1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-26 03:21:44 +03:00
libvirt/examples/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

8 lines
111 B
Meson

example_dir = docdir / 'examples'
subdir('c')
subdir('polkit')
subdir('sh')
subdir('systemtap')
subdir('xml')