diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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) |