diff options
Diffstat (limited to 'host/lib/ic_reg_maps/CMakeLists.txt')
-rw-r--r-- | host/lib/ic_reg_maps/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/host/lib/ic_reg_maps/CMakeLists.txt b/host/lib/ic_reg_maps/CMakeLists.txt index de0e0660e..3f06d9419 100644 --- a/host/lib/ic_reg_maps/CMakeLists.txt +++ b/host/lib/ic_reg_maps/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright 2010-2013 Ettus Research LLC # Copyright 2018 Ettus Research, a National Instruments Company # -# SPDX-License-Identifier: GPL-3.0 +# SPDX-License-Identifier: GPL-3.0-or-later # ######################################################################## @@ -137,4 +137,9 @@ LIBUHD_PYTHON_GEN_SOURCE( ${CMAKE_CURRENT_BINARY_DIR}/magnesium_cpld_regs.hpp ) +LIBUHD_PYTHON_GEN_SOURCE( + ${CMAKE_CURRENT_SOURCE_DIR}/gen_rhcpld_regs.py + ${CMAKE_CURRENT_BINARY_DIR}/rhodium_cpld_regs.hpp +) + SET(LIBUHD_PYTHON_GEN_SOURCE_DEPS) |