diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-19 20:11:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-19 20:11:00 (GMT) |
commit | 80e6dfe3ba830d2e1399737ecd23b16889c262c9 (patch) | |
tree | 803f9f6729bdd5e43608bab6e108a3c9b0d55e2e /hl/src | |
parent | 2fc65cf787c134a7c1d7c12d0a990c56d21d381e (diff) | |
download | hdf5-80e6dfe3ba830d2e1399737ecd23b16889c262c9.zip hdf5-80e6dfe3ba830d2e1399737ecd23b16889c262c9.tar.gz hdf5-80e6dfe3ba830d2e1399737ecd23b16889c262c9.tar.bz2 |
[svn-r18856] Added CPack commands for installtion program
Tested: local linux and Windows
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hl/src/CMakeLists.txt b/hl/src/CMakeLists.txt index 8773e50..6042853 100644 --- a/hl/src/CMakeLists.txt +++ b/hl/src/CMakeLists.txt @@ -47,6 +47,8 @@ INSTALL ( ${HL_HEADERS} DESTINATION include + COMPONENT + hlheaders ) #----------------------------------------------------------------------------- @@ -58,8 +60,8 @@ IF (HDF5_EXPORTED_TARGETS) ${HDF5_HL_LIB_TARGET} EXPORT ${HDF5_EXPORTED_TARGETS} - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib - RUNTIME DESTINATION bin + LIBRARY DESTINATION lib COMPONENT hllibraries + ARCHIVE DESTINATION lib COMPONENT hllibraries + RUNTIME DESTINATION bin COMPONENT hllibraries ) ENDIF (HDF5_EXPORTED_TARGETS) |