diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-26 15:14:53 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-26 15:14:53 -0400 |
commit | eec87f54328d64828fd37575f18b23430b670485 (patch) | |
tree | 25cbd9045be9196ebf7f7982e897e52ce198ab63 /CMakeLists.txt | |
parent | 82e549f79c290d6a97cf9161476eeb58cb564da3 (diff) |
initial addition of gpib driver
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |