diff options
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index fc8c0a240..e9f5957ab 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -46,6 +46,7 @@ IF(NOT DEFINED PKG_LIB_DIR) SET(PKG_LIB_DIR ${LIBRARY_DIR}/uhd) ENDIF() SET(PKG_DOC_DIR share/doc/uhd) +SET(PKG_MAN_DIR share/man/man1) ######################################################################## # Local Include Dir |