From eec87f54328d64828fd37575f18b23430b670485 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 26 Sep 2012 15:14:53 -0400 Subject: initial addition of gpib driver --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e4656a4..5ba415d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,7 @@ add_executable(instr-daemon instr-daemon.c monitor.c menus.c dummy_functions.c + gpib.c ) add_executable(instr-client instr-client.c) -- cgit