root / host / lib / ic_reg_maps / CMakeLists.txt @ f73a3688
History | View | Annotate | Download (2 kB)
| 1 |
# |
|---|---|
| 2 |
# Copyright 2010 Ettus Research LLC |
| 3 |
# |
| 4 |
# This program is free software: you can redistribute it and/or modify |
| 5 |
# it under the terms of the GNU General Public License as published by |
| 6 |
# the Free Software Foundation, either version 3 of the License, or |
| 7 |
# (at your option) any later version. |
| 8 |
# |
| 9 |
# This program is distributed in the hope that it will be useful, |
| 10 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 |
# GNU General Public License for more details. |
| 13 |
# |
| 14 |
# You should have received a copy of the GNU General Public License |
| 15 |
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 |
# |
| 17 |
|
| 18 |
#This file will be included by cmake, use absolute paths! |
| 19 |
|
| 20 |
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/lib/ic_reg_maps)
|
| 21 |
|
| 22 |
LIBUHD_PYTHON_GEN_SOURCE( |
| 23 |
${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_adf4350_regs.py
|
| 24 |
${CMAKE_BINARY_DIR}/lib/ic_reg_maps/adf4350_regs.hpp
|
| 25 |
) |
| 26 |
|
| 27 |
LIBUHD_PYTHON_GEN_SOURCE( |
| 28 |
${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_adf4360_regs.py
|
| 29 |
${CMAKE_BINARY_DIR}/lib/ic_reg_maps/adf4360_regs.hpp
|
| 30 |
) |
| 31 |
|
| 32 |
LIBUHD_PYTHON_GEN_SOURCE( |
| 33 |
${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_ad9510_regs.py
|
| 34 |
${CMAKE_BINARY_DIR}/lib/ic_reg_maps/ad9510_regs.hpp
|
| 35 |
) |
| 36 |
|
| 37 |
LIBUHD_PYTHON_GEN_SOURCE( |
| 38 |
${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_ad9777_regs.py
|
| 39 |
${CMAKE_BINARY_DIR}/lib/ic_reg_maps/ad9777_regs.hpp
|
| 40 |
) |
| 41 |
|
| 42 |
LIBUHD_PYTHON_GEN_SOURCE( |
| 43 |
${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_ad5623_regs.py
|
| 44 |
${CMAKE_BINARY_DIR}/lib/ic_reg_maps/ad5623_regs.hpp
|
| 45 |
) |
| 46 |
|
| 47 |
LIBUHD_PYTHON_GEN_SOURCE( |
| 48 |
${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_ad7922_regs.py
|
| 49 |
${CMAKE_BINARY_DIR}/lib/ic_reg_maps/ad7922_regs.hpp
|
| 50 |
) |
| 51 |
|
| 52 |
LIBUHD_PYTHON_GEN_SOURCE( |
| 53 |
${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_max2829_regs.py
|
| 54 |
${CMAKE_BINARY_DIR}/lib/ic_reg_maps/max2829_regs.hpp
|
| 55 |
) |
| 56 |
|
| 57 |
LIBUHD_PYTHON_GEN_SOURCE( |
| 58 |
${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_ad9862_regs.py
|
| 59 |
${CMAKE_BINARY_DIR}/lib/ic_reg_maps/ad9862_regs.hpp
|
| 60 |
) |
| 61 |
|
| 62 |
LIBUHD_PYTHON_GEN_SOURCE( |
| 63 |
${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_ad9522_regs.py
|
| 64 |
${CMAKE_BINARY_DIR}/lib/ic_reg_maps/ad9522_regs.hpp
|
| 65 |
) |