aboutsummaryrefslogtreecommitdiff
path: root/include/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-01-04 17:45:04 +0000
committerGitHub <noreply@github.com>2021-01-04 17:45:04 +0000
commit715b7963312002980b9eea5a695719cfdf2bf6e4 (patch)
tree2b8de738063dfd7fe1e87c87cb4821eca733aa13 /include/CMakeLists.txt
parent1e6e49b57e820301e336fe31176335f457a2e94d (diff)
downloadlibvfio-user-715b7963312002980b9eea5a695719cfdf2bf6e4.zip
libvfio-user-715b7963312002980b9eea5a695719cfdf2bf6e4.tar.gz
libvfio-user-715b7963312002980b9eea5a695719cfdf2bf6e4.tar.bz2
move PCI-specific code to pci.c (#219)
It's still pretty entangled, but move the bulk of the non-cap PCI code over to pci.c. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r--include/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 07c6836..c209d6c 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -36,5 +36,5 @@ 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)
install(FILES "pci_caps/px.h" DESTINATION ${VFIO_USER_HEADERS_DIR}/pci_caps)
-install(FILES "pci.h" DESTINATION ${VFIO_USER_HEADERS_DIR})
+install(FILES "pci_defs.h" DESTINATION ${VFIO_USER_HEADERS_DIR})
install(FILES "vfio-user.h" DESTINATION ${VFIO_USER_HEADERS_DIR})