diff options
author | Jacob Gilbert <jacob.gilbert@protonmail.com> | 2021-04-23 20:07:10 -0600 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-04-26 06:58:24 -0400 |
commit | 6dbdc285469dd45d3752794c5195bd29ad45a0d5 (patch) | |
tree | c37cbb82f27b622a4da3fc4bcefb7ef0cd0be11d | |
parent | 52843c43bfa054c84270a9298274b0b9e4f2dae1 (diff) |
runtime: install xoroshiro128p.h
As of eb91fb0 this is required for anything linking against gr::random
which broke at least one OOT.
Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
-rw-r--r-- | gnuradio-runtime/include/gnuradio/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gnuradio/CMakeLists.txt b/gnuradio-runtime/include/gnuradio/CMakeLists.txt index 9f38af335a..1d4ade0c1d 100644 --- a/gnuradio-runtime/include/gnuradio/CMakeLists.txt +++ b/gnuradio-runtime/include/gnuradio/CMakeLists.txt @@ -68,6 +68,7 @@ install(FILES rpcserver_booter_aggregator.h rpcserver_booter_base.h rpcserver_selector.h + xoroshiro128p.h DESTINATION ${GR_INCLUDE_DIR}/gnuradio ) |