diff options
author | daniel <danieruru@gmail.com> | 2012-09-28 14:45:34 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2012-09-28 14:45:34 +0900 |
commit | 131d5ec32ca62c06f1eed9ee282bb15f814f4ba8 (patch) | |
tree | c5aa8015fd026708bcaaa5a14a63fa1de1303af0 /CMakeLists.txt | |
parent | 923c8ce77ea407f3b50999447bc1d774f6a7d5e0 (diff) | |
parent | bc066aa6f5b6c69a29109a2405e8a91c55d2fade (diff) |
Merge branch 'master' of grenfell.avtechpulse.com:Instrument
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) |