diff options
author | Lane Kolbly <lane.kolbly@ni.com> | 2021-12-08 14:12:28 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-01-20 08:52:42 -0600 |
commit | 4e391500b54a22dbaae8692750ec25ae8a97ee6d (patch) | |
tree | 12907aaefb68f0d4825a8c9cb9ee2be9825d2542 /host/tests | |
parent | 72e9ba55d6b144d456a644cb47f40522022d4fb6 (diff) | |
download | uhd-4e391500b54a22dbaae8692750ec25ae8a97ee6d.tar.gz uhd-4e391500b54a22dbaae8692750ec25ae8a97ee6d.tar.bz2 uhd-4e391500b54a22dbaae8692750ec25ae8a97ee6d.zip |
host: Implement nameless_gain_mixin
Diffstat (limited to 'host/tests')
-rw-r--r-- | host/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index b8c40ebeb..f170f26fe 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -382,6 +382,7 @@ IF(ENABLE_X400) ${UHD_SOURCE_DIR}/lib/rfnoc/radio_control_impl.cpp ${UHD_SOURCE_DIR}/lib/rfnoc/rf_control/antenna.cpp ${UHD_SOURCE_DIR}/lib/rfnoc/rf_control/gain_profile.cpp + ${UHD_SOURCE_DIR}/lib/rfnoc/rf_control/nameless_gain_mixin.cpp ${UHD_SOURCE_DIR}/lib/usrp/mpmd/mpmd_mb_controller.cpp ${UHD_SOURCE_DIR}/lib/usrp/dboard/zbx/zbx_dboard.cpp ${UHD_SOURCE_DIR}/lib/usrp/dboard/zbx/zbx_dboard_init.cpp |