summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-11-09 11:03:42 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-11-09 11:03:42 -0500
commit65c7900768799338b143a024c64b32661a38200e (patch)
treec773313dd969889c87ae785998edb03b58a47359 /CMakeLists.txt
parent3a706a1d515699369096e56764313c33158f58b7 (diff)
untested: support for AD9834 + AD5620
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ab132b..5fe24b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,6 +29,7 @@ add_executable(instr-daemon instr-daemon.c
monitor.c
menus.c
gpib.c
+ dds.c
)
add_executable(instr-client instr-client.c)