summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-05-19 20:03:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-05-19 20:03:17 (GMT)
commit0fe834c473a01cc41b2feaff28ccbcfdfed77d5f (patch)
tree8488bbfdabd9f73c7c09547a39228697c7776548 /tools
parent79a9d1ea510d4ec5cabbf56925a0dc5300e30040 (diff)
downloadhdf5-0fe834c473a01cc41b2feaff28ccbcfdfed77d5f.zip
hdf5-0fe834c473a01cc41b2feaff28ccbcfdfed77d5f.tar.gz
hdf5-0fe834c473a01cc41b2feaff28ccbcfdfed77d5f.tar.bz2
[svn-r18855] Added CPack commands for installtion program
Tested: local linux and Windows
Diffstat (limited to 'tools')
-rw-r--r--tools/h5copy/CMakeLists.txt2
-rw-r--r--tools/h5diff/CMakeLists.txt2
-rw-r--r--tools/h5dump/CMakeLists.txt2
-rw-r--r--tools/h5import/CMakeLists.txt2
-rw-r--r--tools/h5jam/CMakeLists.txt2
-rw-r--r--tools/h5ls/CMakeLists.txt2
-rw-r--r--tools/h5repack/CMakeLists.txt2
-rw-r--r--tools/h5stat/CMakeLists.txt2
-rw-r--r--tools/lib/CMakeLists.txt8
-rw-r--r--tools/misc/CMakeLists.txt2
10 files changed, 23 insertions, 3 deletions
diff --git a/tools/h5copy/CMakeLists.txt b/tools/h5copy/CMakeLists.txt
index 302ad49..62411ea 100644
--- a/tools/h5copy/CMakeLists.txt
+++ b/tools/h5copy/CMakeLists.txt
@@ -226,4 +226,6 @@ INSTALL (
h5copy
RUNTIME DESTINATION
bin/tools
+ COMPONENT
+ toolsapplications
)
diff --git a/tools/h5diff/CMakeLists.txt b/tools/h5diff/CMakeLists.txt
index b4ae18b..8f4a9bd 100644
--- a/tools/h5diff/CMakeLists.txt
+++ b/tools/h5diff/CMakeLists.txt
@@ -651,4 +651,6 @@ INSTALL (
h5diff
RUNTIME DESTINATION
bin/tools
+ COMPONENT
+ toolsapplications
)
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt
index e25aead..6052332 100644
--- a/tools/h5dump/CMakeLists.txt
+++ b/tools/h5dump/CMakeLists.txt
@@ -679,4 +679,6 @@ INSTALL (
h5dump
RUNTIME DESTINATION
bin/tools
+ COMPONENT
+ toolsapplications
)
diff --git a/tools/h5import/CMakeLists.txt b/tools/h5import/CMakeLists.txt
index b99b45d..50d90e5 100644
--- a/tools/h5import/CMakeLists.txt
+++ b/tools/h5import/CMakeLists.txt
@@ -36,4 +36,6 @@ INSTALL (
h5import
RUNTIME DESTINATION
bin/tools
+ COMPONENT
+ toolsapplications
)
diff --git a/tools/h5jam/CMakeLists.txt b/tools/h5jam/CMakeLists.txt
index 2fe2c8c..03ec913 100644
--- a/tools/h5jam/CMakeLists.txt
+++ b/tools/h5jam/CMakeLists.txt
@@ -55,4 +55,6 @@ INSTALL (
h5jam h5unjam
RUNTIME DESTINATION
bin/tools
+ COMPONENT
+ toolsapplications
)
diff --git a/tools/h5ls/CMakeLists.txt b/tools/h5ls/CMakeLists.txt
index 54669ad..840f80e 100644
--- a/tools/h5ls/CMakeLists.txt
+++ b/tools/h5ls/CMakeLists.txt
@@ -165,4 +165,6 @@ INSTALL (
h5ls
RUNTIME DESTINATION
bin/tools
+ COMPONENT
+ toolsapplications
)
diff --git a/tools/h5repack/CMakeLists.txt b/tools/h5repack/CMakeLists.txt
index 07688ae..67c9f68 100644
--- a/tools/h5repack/CMakeLists.txt
+++ b/tools/h5repack/CMakeLists.txt
@@ -528,4 +528,6 @@ INSTALL (
h5repack
RUNTIME DESTINATION
bin/tools
+ COMPONENT
+ toolsapplications
)
diff --git a/tools/h5stat/CMakeLists.txt b/tools/h5stat/CMakeLists.txt
index 98a9dde..d9407ef 100644
--- a/tools/h5stat/CMakeLists.txt
+++ b/tools/h5stat/CMakeLists.txt
@@ -119,4 +119,6 @@ INSTALL (
h5stat
RUNTIME DESTINATION
bin/tools
+ COMPONENT
+ toolsapplications
)
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt
index 2e6501a..e12a7a6 100644
--- a/tools/lib/CMakeLists.txt
+++ b/tools/lib/CMakeLists.txt
@@ -50,6 +50,8 @@ INSTALL (
${H5_TOOLS_LIB_HDRS}
DESTINATION
include/tools
+ COMPONENT
+ toolsheaders
)
#-----------------------------------------------------------------------------
@@ -61,8 +63,8 @@ IF (HDF5_EXPORTED_TARGETS)
${HDF5_TOOLS_LIB_TARGET}
EXPORT
${HDF5_EXPORTED_TARGETS}
- LIBRARY DESTINATION lib/tools
- ARCHIVE DESTINATION lib/tools
- RUNTIME DESTINATION bin/tools
+ LIBRARY DESTINATION lib/tools COMPONENT toolslibraries
+ ARCHIVE DESTINATION lib/tools COMPONENT toolslibraries
+ RUNTIME DESTINATION bin/tools COMPONENT toolslibraries
)
ENDIF (HDF5_EXPORTED_TARGETS)
diff --git a/tools/misc/CMakeLists.txt b/tools/misc/CMakeLists.txt
index 0b2eb42..5583b3d 100644
--- a/tools/misc/CMakeLists.txt
+++ b/tools/misc/CMakeLists.txt
@@ -97,4 +97,6 @@ INSTALL (
h5debug h5repart
RUNTIME DESTINATION
bin/tools
+ COMPONENT
+ toolsapplications
)