diff options
author | michael-west <michael.west@ettus.com> | 2020-09-11 22:52:59 -0700 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2020-09-13 09:48:11 -0700 |
commit | 7c02eb0dd3c8d5e530dc93d35e27dbaacdff46c0 (patch) | |
tree | e3a22403d02a1bacaa24eab76d40035b5e621032 /host/examples/rfnoc-example/blocks | |
parent | 01e9f2855b32fe725f7559959a223d19b2c95bff (diff) | |
download | uhd-7c02eb0dd3c8d5e530dc93d35e27dbaacdff46c0.tar.gz uhd-7c02eb0dd3c8d5e530dc93d35e27dbaacdff46c0.tar.bz2 uhd-7c02eb0dd3c8d5e530dc93d35e27dbaacdff46c0.zip |
Examples: Fix install paths in OOT RFNoC example
- Add missing "uhd/" subdirectory.
- Update install path for YAML file.
- Fix include directories and link libraries for init_gain_block.
Signed-off-by: michael-west <michael.west@ettus.com>
Diffstat (limited to 'host/examples/rfnoc-example/blocks')
-rw-r--r-- | host/examples/rfnoc-example/blocks/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/rfnoc-example/blocks/CMakeLists.txt b/host/examples/rfnoc-example/blocks/CMakeLists.txt index 046af2265..c86d14192 100644 --- a/host/examples/rfnoc-example/blocks/CMakeLists.txt +++ b/host/examples/rfnoc-example/blocks/CMakeLists.txt @@ -12,6 +12,6 @@ file(GLOB yml_files "*.yml") install( FILES ${yml_files} - DESTINATION ${PROJECT_DATA_DIR}/blocks + DESTINATION ${RFNOC_PKG_DATA_DIR}/blocks COMPONENT blocks ) |