meson: add include directory

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:
Pavel Hrdina
2020-06-18 00:53:35 +02:00
parent 116f94913f
commit 6639943b23
6 changed files with 43 additions and 29 deletions

3
include/meson.build Normal file
View File

@@ -0,0 +1,3 @@
libvirt_inc = include_directories('.')
subdir('libvirt')