diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-23 20:44:50 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-23 20:44:50 -0700 |
commit | 24bd27b90d06820d858c008cff915319873321c5 (patch) | |
tree | cadca487d3f804ad73bc0476b3f44a62eb33d306 /host/include | |
parent | 1aef83037f6a9988b06a547710afbbe5ce815459 (diff) | |
download | uhd-24bd27b90d06820d858c008cff915319873321c5.tar.gz uhd-24bd27b90d06820d858c008cff915319873321c5.tar.bz2 uhd-24bd27b90d06820d858c008cff915319873321c5.zip |
Reorganized apps dir into utils and examples dir.
The files get installed into the pkg data directory.
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/CMakeLists.txt | 2 | ||||
-rw-r--r-- | host/include/uhd/transport/CMakeLists.txt | 2 | ||||
-rw-r--r-- | host/include/uhd/usrp/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/host/include/uhd/CMakeLists.txt b/host/include/uhd/CMakeLists.txt index 3d00462cf..84e7b441b 100644 --- a/host/include/uhd/CMakeLists.txt +++ b/host/include/uhd/CMakeLists.txt @@ -32,5 +32,5 @@ INSTALL(FILES types.hpp utils.hpp wax.hpp - DESTINATION ${HEADER_DIR}/uhd + DESTINATION ${INCLUDE_DIR}/uhd ) diff --git a/host/include/uhd/transport/CMakeLists.txt b/host/include/uhd/transport/CMakeLists.txt index 7f5db2128..75b07c540 100644 --- a/host/include/uhd/transport/CMakeLists.txt +++ b/host/include/uhd/transport/CMakeLists.txt @@ -21,5 +21,5 @@ INSTALL(FILES udp_simple.hpp udp_zero_copy.hpp vrt.hpp - DESTINATION ${HEADER_DIR}/uhd/transport + DESTINATION ${INCLUDE_DIR}/uhd/transport ) diff --git a/host/include/uhd/usrp/CMakeLists.txt b/host/include/uhd/usrp/CMakeLists.txt index 4e0a92365..bab01fdeb 100644 --- a/host/include/uhd/usrp/CMakeLists.txt +++ b/host/include/uhd/usrp/CMakeLists.txt @@ -23,5 +23,5 @@ INSTALL(FILES dboard_manager.hpp usrp1e.hpp usrp2.hpp - DESTINATION ${HEADER_DIR}/uhd/usrp + DESTINATION ${INCLUDE_DIR}/uhd/usrp ) |