diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-05 19:15:22 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-23 14:36:56 -0700 |
commit | 08e2432cdeeabd7010252b4a747a385e1b189614 (patch) | |
tree | 835fffb297188cfa6b20282e356e96df0377e5b1 /host/examples/CMakeLists.txt | |
parent | ee04c245f142ae6637091076445d955108d4da62 (diff) | |
download | uhd-08e2432cdeeabd7010252b4a747a385e1b189614.tar.gz uhd-08e2432cdeeabd7010252b4a747a385e1b189614.tar.bz2 uhd-08e2432cdeeabd7010252b4a747a385e1b189614.zip |
spi: work on fw support for simple spi core
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r-- | host/examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index 3c9a3880a..151a7cdf0 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -27,6 +27,7 @@ SET(example_sources rx_timed_samples.cpp test_messages.cpp test_pps_input.cpp + test_timed_commands.cpp tx_bursts.cpp tx_samples_from_file.cpp tx_timed_samples.cpp |