mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
This replaces rfnoc_modtool that was previously shipped with gr-ettus. It is fully RFNoC/UHD4.x compatible. There is no shared code between this version and the old one; this is a clean rewrite. As of now, it lacks many of the features that were available with the previous version, most importantly, the ability to generate GNU Radio bindings.
11 lines
389 B
CMake
11 lines
389 B
CMake
#
|
|
# Copyright 2024 Ettus Research, a National Instruments Company
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
|
|
########################################################################
|
|
set(BINARY_DIR "" CACHE STRING "")
|
|
set(SOURCE_DIR "" CACHE STRING "")
|
|
file(COPY "${SOURCE_DIR}/uhd/" DESTINATION "${BINARY_DIR}/uhd"
|
|
FILES_MATCHING PATTERN "*.py" PATTERN "*.mako" PATTERN "*.yml")
|