diff options
author | Wade Fife <wade.fife@ettus.com> | 2018-07-16 07:39:30 -0500 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2018-08-29 15:45:55 -0700 |
commit | bed75f0ccbb6da139283a07c1442293bef95f26a (patch) | |
tree | 54cda1bbb73bd291d264bf995d0b0bdf8de737d7 /host/lib/rfnoc/CMakeLists.txt | |
parent | 639797e5924b42764711b69b09e48ee07ed3d683 (diff) | |
download | uhd-bed75f0ccbb6da139283a07c1442293bef95f26a.tar.gz uhd-bed75f0ccbb6da139283a07c1442293bef95f26a.tar.bz2 uhd-bed75f0ccbb6da139283a07c1442293bef95f26a.zip |
RFNoC: Add Replay API and example
Diffstat (limited to 'host/lib/rfnoc/CMakeLists.txt')
-rw-r--r-- | host/lib/rfnoc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/rfnoc/CMakeLists.txt b/host/lib/rfnoc/CMakeLists.txt index 527c99e14..f98518272 100644 --- a/host/lib/rfnoc/CMakeLists.txt +++ b/host/lib/rfnoc/CMakeLists.txt @@ -40,6 +40,7 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/radio_ctrl_impl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/siggen_block_ctrl_impl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/dma_fifo_block_ctrl_impl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/replay_block_ctrl_impl.cpp ) INCLUDE_SUBDIRECTORY(nocscript) |