From c755531eac46470e99568adfb62c4fbbc6e860d7 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 3 Mar 2020 10:40:21 -0800 Subject: lib: deps: Add FlatBuffers 1.11.0 header files FlatBuffers is used to (de-)serialize calibration data. For most use cases, only a few headers are required, so we provide them with UHD instead of requiring all UHD users to install their own version of FlatBuffers. This adds the headers to host/lib/deps, and updates the Debian copyright file appropriately. --- host/lib/deps/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/deps/CMakeLists.txt') diff --git a/host/lib/deps/CMakeLists.txt b/host/lib/deps/CMakeLists.txt index e3dc76ee4..f6acc8543 100644 --- a/host/lib/deps/CMakeLists.txt +++ b/host/lib/deps/CMakeLists.txt @@ -1,5 +1,6 @@ # # Copyright 2017 Ettus Research, a National Instruments Company +# Copyright 2020 Ettus Research, a National Instruments Brand # # SPDX-License-Identifier: GPL-3.0-or-later # @@ -10,3 +11,4 @@ endif() if(ENABLE_PYTHON_API) add_subdirectory(pybind11) endif() +add_subdirectory(flatbuffers) -- cgit v1.2.3