aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-04-30 18:26:52 -0700
committerMartin Braun <martin.braun@ettus.com>2019-11-26 11:49:17 -0800
commitfb0175a89ff85456f0efa59e726cf3abe1a87967 (patch)
tree251c585f38d984d37bbe0c6d82ffb063bb527350 /host/lib/rfnoc/CMakeLists.txt
parent636dad30696b68fc26bb91f370873fb3f938b020 (diff)
downloaduhd-fb0175a89ff85456f0efa59e726cf3abe1a87967.tar.gz
uhd-fb0175a89ff85456f0efa59e726cf3abe1a87967.tar.bz2
uhd-fb0175a89ff85456f0efa59e726cf3abe1a87967.zip
rfnoc: Add rfnoc_graph class
This replaces device3() for RFNoC applications.
Diffstat (limited to 'host/lib/rfnoc/CMakeLists.txt')
-rw-r--r--host/lib/rfnoc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/rfnoc/CMakeLists.txt b/host/lib/rfnoc/CMakeLists.txt
index 57a5253a7..1cf4a4280 100644
--- a/host/lib/rfnoc/CMakeLists.txt
+++ b/host/lib/rfnoc/CMakeLists.txt
@@ -32,6 +32,7 @@ LIBUHD_APPEND_SOURCES(
${CMAKE_CURRENT_SOURCE_DIR}/ctrlport_endpoint.cpp
${CMAKE_CURRENT_SOURCE_DIR}/chdr_ctrl_endpoint.cpp
${CMAKE_CURRENT_SOURCE_DIR}/registry_factory.cpp
+ ${CMAKE_CURRENT_SOURCE_DIR}/rfnoc_graph.cpp
${CMAKE_CURRENT_SOURCE_DIR}/rx_stream_terminator.cpp
${CMAKE_CURRENT_SOURCE_DIR}/scalar_node_ctrl.cpp
${CMAKE_CURRENT_SOURCE_DIR}/sink_block_ctrl_base.cpp