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/cmake/debian/copyright | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/cmake') diff --git a/host/cmake/debian/copyright b/host/cmake/debian/copyright index 847f7308b..9a661d4ce 100644 --- a/host/cmake/debian/copyright +++ b/host/cmake/debian/copyright @@ -20,6 +20,10 @@ Files: host/lib/deps/pybind11/include/* Copyright: Copyright (c) 2016 Wenzel Jakob License: PyBind11-BSD +Files: host/lib/deps/flatbuffers/include/* +Copyright: Copyright 2014 Google Inc. +License: Apache + Files: images/* firmware/fx2/b100/CMakeLists.txt firmware/fx2/CMakeLists.txt -- cgit v1.2.3