aboutsummaryrefslogtreecommitdiff
path: root/docs/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2022-05-09build: introduce Meson build file rulesDaniel P. Berrangé1-0/+9
The Meson build system used by many other virt projects (QEMU, libvirt and others) is easier to understand & maintain rules for than cmake, guiding towards best practice. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>