aboutsummaryrefslogtreecommitdiff
path: root/samples/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'samples/CMakeLists.txt')
-rw-r--r--samples/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt
index 49a9201..bb963da 100644
--- a/samples/CMakeLists.txt
+++ b/samples/CMakeLists.txt
@@ -28,10 +28,6 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-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(server server.c)
target_link_libraries(server muser ssl crypto)
add_executable(client client.c ../lib/muser_ctx.c ../lib/muser_pci.c ../lib/dma.c ../lib/cap.c)