diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-11 16:12:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-11 16:12:49 (GMT) |
commit | d8572191812a3debcb172fe72f3ecc5b87e59eb3 (patch) | |
tree | 0ef2a9cdee70c7d903080af175f518b6063f4db8 /tools/lib/CMakeLists.txt | |
parent | ba0ea5dc9c8095f6097491ee63b27eeb6da40ebb (diff) | |
download | hdf5-d8572191812a3debcb172fe72f3ecc5b87e59eb3.zip hdf5-d8572191812a3debcb172fe72f3ecc5b87e59eb3.tar.gz hdf5-d8572191812a3debcb172fe72f3ecc5b87e59eb3.tar.bz2 |
[svn-r22451] Brought cmake configuration / configure changes from Trunk.
Tested jam, local linux
Diffstat (limited to 'tools/lib/CMakeLists.txt')
-rw-r--r-- | tools/lib/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt index 837a14e..6d48d5f 100644 --- a/tools/lib/CMakeLists.txt +++ b/tools/lib/CMakeLists.txt @@ -79,6 +79,9 @@ ENDIF (APPLE) # Add Target(s) to CMake Install for import into other projects #----------------------------------------------------------------------------- IF (HDF5_EXPORTED_TARGETS) + + INSTALL_TARGET_PDB (${HDF5_TOOLS_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} toolslibraries) + INSTALL ( TARGETS ${HDF5_TOOLS_LIB_TARGET} |