diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-05-24 21:50:06 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-05-24 21:50:06 (GMT) |
commit | 336a7430689b067d2ad4632988d534812a08c8de (patch) | |
tree | 7e08511924f2ae7b3dfd68df7d7ac059eac7552c /tools/misc | |
parent | 01553cb8f7dca506522b4349043348cccecc318e (diff) | |
download | hdf5-336a7430689b067d2ad4632988d534812a08c8de.zip hdf5-336a7430689b067d2ad4632988d534812a08c8de.tar.gz hdf5-336a7430689b067d2ad4632988d534812a08c8de.tar.bz2 |
[svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files for windows when configured with RelWithDebInfo
Tested: local linux and Windows
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/misc/CMakeLists.txt b/tools/misc/CMakeLists.txt index 72930c9..b634b47 100644 --- a/tools/misc/CMakeLists.txt +++ b/tools/misc/CMakeLists.txt @@ -311,6 +311,11 @@ ENDIF (BUILD_TESTING) #-----------------------------------------------------------------------------
# Rules for Installation of tools using make Install target
#-----------------------------------------------------------------------------
+ +INSTALL_PROGRAM_PDB (h5debug ${HDF5_INSTALL_BIN_DIR}/tools toolsapplications) +INSTALL_PROGRAM_PDB (h5repart ${HDF5_INSTALL_BIN_DIR}/tools toolsapplications) +INSTALL_PROGRAM_PDB (h5mkgrp ${HDF5_INSTALL_BIN_DIR}/tools toolsapplications) + INSTALL ( TARGETS h5debug h5repart h5mkgrp |