aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/CMakeLists.txt
blob: d2ecd88eeb262e7ef81e677011b9af06a2383c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright 2017 Ettus Research (National Instruments Corp.)
#
# SPDX-License-Identifier: GPL-3.0+
#

include_directories(${CMAKE_CURRENT_SOURCE_DIR})
include_directories(${CMAKE_CURRENT_BINARY_DIR})

LIBUHD_PYTHON_GEN_SOURCE(
    ${CMAKE_CURRENT_SOURCE_DIR}/uhdlib/usrp/common/rpc.py
    ${CMAKE_CURRENT_BINARY_DIR}/uhdlib/usrp/common/rpc.hpp
)