summaryrefslogtreecommitdiffstats
path: root/host/cmake
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2012-11-14 14:11:39 -0800
committerNicholas Corgan <nick.corgan@ettus.com>2012-11-16 15:54:09 -0800
commit011f63d19d6c614666ba7ee145b0685d36a8a0de (patch)
tree4efe7d70216ebbed3bb263246d208679d3ddff06 /host/cmake
parent80933a5602e5d40e138807124df50a4289fe580f (diff)
downloaduhd-011f63d19d6c614666ba7ee145b0685d36a8a0de.tar.gz
uhd-011f63d19d6c614666ba7ee145b0685d36a8a0de.tar.bz2
uhd-011f63d19d6c614666ba7ee145b0685d36a8a0de.zip
lib/cmake: CPack source work
* Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source
Diffstat (limited to 'host/cmake')
-rw-r--r--host/cmake/Modules/UHDPackage.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake
index 432859ccc..d2f5d78f2 100644
--- a/host/cmake/Modules/UHDPackage.cmake
+++ b/host/cmake/Modules/UHDPackage.cmake
@@ -96,6 +96,13 @@ SET(CPACK_RESOURCE_FILE_README ${CMAKE_SOURCE_DIR}/AUTHORS.txt)
SET(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE.txt)
########################################################################
+# Setup CPack Source
+########################################################################
+
+SET(CPACK_SOURCE_PACKAGE_FILE_NAME "uhd-source_${UHD_VERSION}")
+SET(CPACK_SOURCE_IGNORE_FILES "\\\\.git*")
+
+########################################################################
# Setup CPack Components
########################################################################
SET(CPACK_COMPONENT_LIBRARIES_GROUP "Development")