aboutsummaryrefslogtreecommitdiffstats
path: root/grc/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-05-05 12:38:11 +0200
committerPiotr Krysik <pkrysik@elka.pw.edu.pl>2018-05-05 12:38:11 +0200
commit993055342d9076da075ee7962113165228c560f3 (patch)
tree4d621fc39ecd8b3c1f92ae829ec632a85ce1804b /grc/CMakeLists.txt
parent3c1452f94f238b8d124a3bc7b3242e5b616dad21 (diff)
Moving trx burst interface to trx directory
and to new 'Transceiver' cathegory in gnuradio-companion
Diffstat (limited to 'grc/CMakeLists.txt')
-rw-r--r--grc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/CMakeLists.txt b/grc/CMakeLists.txt
index c3646a2..ae06065 100644
--- a/grc/CMakeLists.txt
+++ b/grc/CMakeLists.txt
@@ -24,6 +24,7 @@ add_subdirectory(receiver)
add_subdirectory(flow_control)
add_subdirectory(misc_utils)
add_subdirectory(transmitter)
+add_subdirectory(trx)
install(FILES
gsm_block_tree.xml DESTINATION share/gnuradio/grc/blocks
)