diff options
author | Jacob Gilbert <jacob.gilbert@protonmail.com> | 2021-01-30 20:18:48 -0800 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-03-18 16:35:41 -0400 |
commit | bd1e4d470c83470f1a54c2c4c85c8e475c070bfa (patch) | |
tree | ef8c47037d0860d8f02d30036dff7391c59d6da0 /cmake | |
parent | f6fe5280edf78e668f918f6b38f7d59eef7c0a9a (diff) |
gr-pdu: initial commit with the PDU module
There is only one simple block in here for now, and there are probably
some doxygen issues but it builds and tests properly.
Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/GnuradioConfig.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/GnuradioConfig.cmake.in b/cmake/Modules/GnuradioConfig.cmake.in index 957d2c81c3..4e8ba901e2 100644 --- a/cmake/Modules/GnuradioConfig.cmake.in +++ b/cmake/Modules/GnuradioConfig.cmake.in @@ -83,6 +83,7 @@ set(GR_COMPONENTS dtv audio channels + pdu qtgui trellis uhd |