diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-19 14:50:50 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-19 20:10:31 -0500 |
commit | a5bb5783fb20a4f136650c00d3fd94bb28add738 (patch) | |
tree | 51ebcd9f90f0403cfe8b10e59bb87092cd620318 /gr-uhd/CMakeLists.txt | |
parent | f4762c567bf5ec85b998935ee330d7c0e986dc57 (diff) |
uhd: converted gr-uhd to v3.7 style.
Diffstat (limited to 'gr-uhd/CMakeLists.txt')
-rw-r--r-- | gr-uhd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/CMakeLists.txt b/gr-uhd/CMakeLists.txt index 252229d2a7..b0407cb8c8 100644 --- a/gr-uhd/CMakeLists.txt +++ b/gr-uhd/CMakeLists.txt @@ -92,7 +92,7 @@ CPACK_COMPONENT("uhd_swig" ######################################################################## # Add subdirectories ######################################################################## -add_subdirectory(include) +add_subdirectory(include/uhd) add_subdirectory(lib) add_subdirectory(doc) add_subdirectory(examples/c++) |