diff options
author | John Levon <john.levon@nutanix.com> | 2021-01-22 17:07:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 17:07:47 +0000 |
commit | 7e110c6b6452a2c7b6a0a64d1898e19d5f0b2831 (patch) | |
tree | 03804c4712275709104591812167364b0e53d1d4 | |
parent | 3ef37e91080fd08caa2d7228533d3d430c695b97 (diff) | |
download | libvfio-user-7e110c6b6452a2c7b6a0a64d1898e19d5f0b2831.zip libvfio-user-7e110c6b6452a2c7b6a0a64d1898e19d5f0b2831.tar.gz libvfio-user-7e110c6b6452a2c7b6a0a64d1898e19d5f0b2831.tar.bz2 |
install dsn.h (#242)
Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
-rw-r--r-- | include/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index c209d6c..ae6bd1d 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -32,6 +32,7 @@ set(VFIO_USER_HEADERS_DIR ${CMAKE_INSTALL_INCLUDEDIR}/vfio-user) install(FILES "libvfio-user.h" DESTINATION ${VFIO_USER_HEADERS_DIR}) install(FILES "pci_caps/common.h" DESTINATION ${VFIO_USER_HEADERS_DIR}/pci_caps) +install(FILES "pci_caps/dsn.h" DESTINATION ${VFIO_USER_HEADERS_DIR}/pci_caps) install(FILES "pci_caps/msi.h" DESTINATION ${VFIO_USER_HEADERS_DIR}/pci_caps) install(FILES "pci_caps/msix.h" DESTINATION ${VFIO_USER_HEADERS_DIR}/pci_caps) install(FILES "pci_caps/pm.h" DESTINATION ${VFIO_USER_HEADERS_DIR}/pci_caps) |