From 42d30a78def5b5a0f48ce47f0e8cd77eaf8a2452 Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 5 Jan 2013 16:24:57 +0900 Subject: Wedge the server part of the VXI-11 stuff in here. It doesn't actually do very much at the moment. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fe24b6..41fbfca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,9 @@ add_executable(instr-daemon instr-daemon.c menus.c gpib.c dds.c + vxi11_server.c + vxi11_xdr.c + vxi11_svc.c ) add_executable(instr-client instr-client.c) -- cgit