aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-11-02 04:23:45 -0500
committerThanos Makatos <thanos.makatos@nutanix.com>2020-11-02 04:23:45 -0500
commit2d19ffa78508480a31502003669581af877f1772 (patch)
tree81e47b9d568a44b99c053dde2f15a4c76ad4ec77 /CMakeLists.txt
parentfe27b18d7c20064281633eac541752e6ef6e8ada (diff)
downloadlibvfio-user-2d19ffa78508480a31502003669581af877f1772.zip
libvfio-user-2d19ffa78508480a31502003669581af877f1772.tar.gz
libvfio-user-2d19ffa78508480a31502003669581af877f1772.tar.bz2
remove libparthtrap and libvfio
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d2c4976..74695f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,8 +34,6 @@ include(GNUInstallDirs)
# shared libraries
add_subdirectory(lib)
-add_subdirectory(libpathtrap)
-add_subdirectory(libvfio)
# kernel module
#add_subdirectory(kmod)