aboutsummaryrefslogtreecommitdiff
path: root/samples/CMakeLists.txt
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-09-23 04:36:41 -0400
committerThanos Makatos <thanos.makatos@nutanix.com>2020-09-23 05:11:51 -0400
commita6664824c7cdc48b8df84e021d4675def272e14d (patch)
tree53919f8f767fbdc918e3aced753a18eeedb1675e /samples/CMakeLists.txt
parent5bc6de967b641313caac2d909462e7b03412399c (diff)
downloadlibvfio-user-a6664824c7cdc48b8df84e021d4675def272e14d.zip
libvfio-user-a6664824c7cdc48b8df84e021d4675def272e14d.tar.gz
libvfio-user-a6664824c7cdc48b8df84e021d4675def272e14d.tar.bz2
refactor send/recv of message plus fixes
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'samples/CMakeLists.txt')
-rw-r--r--samples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt
index 76b460c..1dad070 100644
--- a/samples/CMakeLists.txt
+++ b/samples/CMakeLists.txt
@@ -32,7 +32,7 @@ add_executable(test_read test_read.c)
add_executable(test_mmap test_mmap.c)
add_executable(test_dma_map test_dma_map.c)
-add_executable(client client.c)
+add_executable(client client.c ../lib/libmuser.c ../lib/libmuser_pci.c ../lib/dma.c ../lib/cap.c)
add_executable(null null.c)
target_link_libraries(null muser pthread)