aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-03-24 12:06:26 -0400
committerThanos Makatos <thanos.makatos@nutanix.com>2020-03-25 10:36:29 -0400
commit8435c007567fdd0a92ed1f4e8dd7b60bb09ae116 (patch)
tree67fcfe389226d546bbe67bac7bf32f3cadfdd922 /CMakeLists.txt
parent9a8dddb7ed5c5d4ac0bc1ff89af795e5fe312c86 (diff)
downloadlibvfio-user-8435c007567fdd0a92ed1f4e8dd7b60bb09ae116.zip
libvfio-user-8435c007567fdd0a92ed1f4e8dd7b60bb09ae116.tar.gz
libvfio-user-8435c007567fdd0a92ed1f4e8dd7b60bb09ae116.tar.bz2
introduce vfio-over-socket transport
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7975983..8ec6e5c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,11 +32,14 @@ cmake_minimum_required (VERSION 2.6)
project(muser)
include(GNUInstallDirs)
-# shared library
+# shared libraries
add_subdirectory(lib)
+add_subdirectory(libpathtrap)
+add_subdirectory(libvfio)
# kernel module
add_subdirectory(kmod)
# samples
add_subdirectory(samples)
+