aboutsummaryrefslogtreecommitdiff
path: root/include/pci_caps/meson.build
blob: e21194e96efacb95320377179047ce2a7158e315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

libvfio_user_pci_caps_includes = files(
    'common.h',
    'dsn.h',
    'msi.h',
    'msix.h',
    'pm.h',
    'px.h',
)

install_headers(
    libvfio_user_pci_caps_includes,
    subdir: 'vfio-user' / 'pci_caps'
)