From d6cb55ef08f51c9ebef57e5bbcb95b03a65972a9 Mon Sep 17 00:00:00 2001 From: Lane Kolbly Date: Mon, 22 Jun 2020 18:06:38 -0500 Subject: uhd: Create discoverable feature registry implementation Classes which want to implement discoverable_feature can simply inherit from this registry and get access to an ergonomic map-backed registry of features. --- host/include/uhd/features/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/features/CMakeLists.txt b/host/include/uhd/features/CMakeLists.txt index efba46dc2..798844077 100644 --- a/host/include/uhd/features/CMakeLists.txt +++ b/host/include/uhd/features/CMakeLists.txt @@ -6,7 +6,7 @@ UHD_INSTALL(FILES discoverable_feature.hpp - discoverable_feature_getter.hpp + discoverable_feature_getter_iface.hpp DESTINATION ${INCLUDE_DIR}/uhd/features COMPONENT headers ) -- cgit v1.2.3