aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-03-24 11:45:18 -0700
committerMartin Braun <martin.braun@ettus.com>2016-03-24 11:45:18 -0700
commitf2eb8839223a9c3be487846b9597f9ef8c9a9d28 (patch)
tree9bd47e56d84f7534a16b6d898bfa950bfe387515 /host/utils
parent47aa63a871ab37f3a4c475ed905de178d1a55639 (diff)
downloaduhd-f2eb8839223a9c3be487846b9597f9ef8c9a9d28.tar.gz
uhd-f2eb8839223a9c3be487846b9597f9ef8c9a9d28.tar.bz2
uhd-f2eb8839223a9c3be487846b9597f9ef8c9a9d28.zip
cmake: Added installation of .reg file
Diffstat (limited to 'host/utils')
-rw-r--r--host/utils/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt
index 28fecc895..9f0a6afef 100644
--- a/host/utils/CMakeLists.txt
+++ b/host/utils/CMakeLists.txt
@@ -173,4 +173,18 @@ IF(ENABLE_USRP2)
ENDIF(ENABLE_USRP2)
+########################################################################
+# Other files that are not utilities or executables
+########################################################################
+IF(WIN32)
+ SET(windows_extra_files
+ FastSendDatagramThreshold.reg
+ )
+ UHD_INSTALL(
+ FILES ${windows_extra_files}
+ DESTINATION ${PKG_DATA_DIR}
+ COMPONENT utilities
+ )
+ENDIF(WIN32)
+
ADD_SUBDIRECTORY(latency)