diff options
author | devnulling <devnulling@users.noreply.github.com> | 2020-01-21 21:32:55 -0800 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-01-22 10:03:43 -0500 |
commit | a964a7edbdb4dba51f46cf6b44ff84edd9637e48 (patch) | |
tree | 3f42169ea0f5fa115a28932a0ae4d286a826eaf3 /gr-trellis/examples/grc | |
parent | 1d60888071c5ccabbe20395e76f504a6172251d9 (diff) |
examples: fixup cmake files to include all examples
Diffstat (limited to 'gr-trellis/examples/grc')
-rw-r--r-- | gr-trellis/examples/grc/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-trellis/examples/grc/CMakeLists.txt b/gr-trellis/examples/grc/CMakeLists.txt index a4718dd59b..d27e1b0de9 100644 --- a/gr-trellis/examples/grc/CMakeLists.txt +++ b/gr-trellis/examples/grc/CMakeLists.txt @@ -51,12 +51,12 @@ configure_file( install( FILES + ${CMAKE_CURRENT_BINARY_DIR}/interference_cancellation.grc + ${CMAKE_CURRENT_BINARY_DIR}/pccc.grc + ${CMAKE_CURRENT_BINARY_DIR}/sccc.grc ${CMAKE_CURRENT_BINARY_DIR}/tcm.grc - ${CMAKE_CURRENT_BINARY_DIR}/viterbi_equalization.grc ${CMAKE_CURRENT_BINARY_DIR}/turbo_equalization.grc - ${CMAKE_CURRENT_BINARY_DIR}/sccc.grc - ${CMAKE_CURRENT_BINARY_DIR}/pccc.grc - ${CMAKE_CURRENT_BINARY_DIR}/interference_cancellation.grc + ${CMAKE_CURRENT_BINARY_DIR}/viterbi_equalization.grc readme.txt DESTINATION ${GR_PKG_TRELLIS_EXAMPLES_DIR} ) |