diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-17 13:05:24 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-17 13:05:24 -0700 |
commit | 62e5350573157b6d41a92740a740fee7964144c5 (patch) | |
tree | 539ae8a9c5a939fb2a097dc708eb34dce46b346c /host/include | |
parent | edb363c356f504d1279152621a02c2551fa17003 (diff) | |
parent | 689de194733951e5a79a17fc329112d601e4eb2f (diff) | |
download | uhd-62e5350573157b6d41a92740a740fee7964144c5.tar.gz uhd-62e5350573157b6d41a92740a740fee7964144c5.tar.bz2 uhd-62e5350573157b6d41a92740a740fee7964144c5.zip |
Merge branch 'maint'
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/CMakeLists.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/host/include/uhd/CMakeLists.txt b/host/include/uhd/CMakeLists.txt index 12709fc0a..e31ff80a0 100644 --- a/host/include/uhd/CMakeLists.txt +++ b/host/include/uhd/CMakeLists.txt @@ -33,7 +33,6 @@ UHD_INSTALL(FILES convert.hpp deprecated.hpp device.hpp - device3.hpp device_deprecated.ipp exception.hpp property_tree.ipp @@ -44,6 +43,14 @@ UHD_INSTALL(FILES COMPONENT headers ) +IF(ENABLE_RFNOC) + UHD_INSTALL(FILES + device3.hpp + DESTINATION ${INCLUDE_DIR}/uhd + COMPONENT headers + ) +ENDIF(ENABLE_RFNOC) + IF(ENABLE_C_API) UHD_INSTALL(FILES config.h |