blob: 156e139fbfa0c8cb4654834316c8f8cb75a153ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright 2017 Ettus Research, a National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0
#
IF(ENABLE_MPMD AND ENABLE_EISCAT)
LIST(APPEND EISCAT_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/eiscat_radio_ctrl_impl.cpp
)
LIBUHD_APPEND_SOURCES(${EISCAT_SOURCES})
ENDIF(ENABLE_MPMD AND ENABLE_EISCAT)
|