aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/include/uhd/usrp_clock/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/host/include/uhd/usrp_clock/CMakeLists.txt b/host/include/uhd/usrp_clock/CMakeLists.txt
index 518cb7737..c8c0e43fc 100644
--- a/host/include/uhd/usrp_clock/CMakeLists.txt
+++ b/host/include/uhd/usrp_clock/CMakeLists.txt
@@ -24,6 +24,8 @@ UHD_INSTALL(FILES
IF(ENABLE_C_API)
UHD_INSTALL(FILES
- usrp_clock.h
+ usrp_clock.h
+ DESTINATION ${INCLUDE_DIR}/uhd/usrp_clock
+ COMPONENT headers
)
ENDIF(ENABLE_C_API)