blob: 2cdd1dd561b78417a5a50625f144bb1d37d5e697 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Copyright 2020 Ettus Research, a National Instruments Brand
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
########################################################################
# This file included, use CMake directory variables
########################################################################
LIBUHD_APPEND_SOURCES(
${CMAKE_CURRENT_SOURCE_DIR}/discoverable_feature_registry.cpp
)
|