aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-11-03 04:21:56 -0500
committerThanos Makatos <thanos.makatos@nutanix.com>2020-11-03 04:21:56 -0500
commit88f6e573e0ea029e6b7179b33bbf1eb76abb7568 (patch)
tree85c8451f55dd7dcbf587b3acb3622b70904fd66c /lib
parent2d19ffa78508480a31502003669581af877f1772 (diff)
downloadlibvfio-user-88f6e573e0ea029e6b7179b33bbf1eb76abb7568.zip
libvfio-user-88f6e573e0ea029e6b7179b33bbf1eb76abb7568.tar.gz
libvfio-user-88f6e573e0ea029e6b7179b33bbf1eb76abb7568.tar.bz2
install vfio_user.h
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index d5326c9..506fb9b 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -42,7 +42,7 @@ add_library(muser SHARED
cap.c
cap.h)
set(CMAKE_C_FLAGS "-Wall -Wextra -Werror")
-set_target_properties(muser PROPERTIES PUBLIC_HEADER "muser.h;pci.h")
+set_target_properties(muser PROPERTIES PUBLIC_HEADER "muser.h;pci.h;vfio_user.h")
set(MUSER_HEADERS_DIR ${CMAKE_INSTALL_INCLUDEDIR}/muser)
install(TARGETS muser
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}