From c8ae32253b649faea27dcf0d98fd0395924a2eec Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Mon, 27 Mar 2017 18:05:23 -0700 Subject: usrp: add netd find and impl, add uhd rpc client wrapper --- host/lib/usrp/netd/CMakeLists.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 host/lib/usrp/netd/CMakeLists.txt (limited to 'host/lib/usrp/netd/CMakeLists.txt') diff --git a/host/lib/usrp/netd/CMakeLists.txt b/host/lib/usrp/netd/CMakeLists.txt new file mode 100644 index 000000000..a33c978c8 --- /dev/null +++ b/host/lib/usrp/netd/CMakeLists.txt @@ -0,0 +1,29 @@ +# +# Copyright 2017 Ettus Research (National Instruments) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + +######################################################################## +# This file included, use CMake directory variables +######################################################################## + +######################################################################## +# Conditionally configure the X300 support +######################################################################## +IF(ENABLE_NETD) + LIBUHD_APPEND_SOURCES( + ${CMAKE_CURRENT_SOURCE_DIR}/netd_impl.cpp + ) +ENDIF(ENABLE_NETD) -- cgit v1.2.3