summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/grc
diff options
context:
space:
mode:
authordevnulling <devnulling@users.noreply.github.com>2020-01-21 21:32:55 -0800
committermormj <34754695+mormj@users.noreply.github.com>2020-01-22 10:03:43 -0500
commita964a7edbdb4dba51f46cf6b44ff84edd9637e48 (patch)
tree3f42169ea0f5fa115a28932a0ae4d286a826eaf3 /gr-uhd/examples/grc
parent1d60888071c5ccabbe20395e76f504a6172251d9 (diff)
examples: fixup cmake files to include all examples
Diffstat (limited to 'gr-uhd/examples/grc')
-rw-r--r--gr-uhd/examples/grc/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-uhd/examples/grc/CMakeLists.txt b/gr-uhd/examples/grc/CMakeLists.txt
index 5b8b1c1f82..87e091350a 100644
--- a/gr-uhd/examples/grc/CMakeLists.txt
+++ b/gr-uhd/examples/grc/CMakeLists.txt
@@ -21,6 +21,9 @@ install(
FILES
uhd_const_wave.grc
uhd_fft.grc
+ uhd_msg_tune.grc
+ uhd_normalized_gain.grc
+ uhd_siggen_gui.grc
uhd_two_tone_loopback.grc
uhd_wbfm_receive.grc
DESTINATION ${GR_PKG_UHD_EXAMPLES_DIR}