diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-03-03 10:40:21 -0800 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-03-18 12:53:00 -0500 |
commit | c755531eac46470e99568adfb62c4fbbc6e860d7 (patch) | |
tree | 0a730126e593d6f8aa3591e647d55ff251b98cec /host/cmake | |
parent | 3f1554f1a5a71190e2105354b8f6a8faa3347124 (diff) | |
download | uhd-c755531eac46470e99568adfb62c4fbbc6e860d7.tar.gz uhd-c755531eac46470e99568adfb62c4fbbc6e860d7.tar.bz2 uhd-c755531eac46470e99568adfb62c4fbbc6e860d7.zip |
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.
Diffstat (limited to 'host/cmake')
-rw-r--r-- | host/cmake/debian/copyright | 4 |
1 files changed, 4 insertions, 0 deletions
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 |