14 lines
216 B
Meson
14 lines
216 B
Meson
|
|
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'
|
|
)
|