diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-02-29 20:56:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-02-29 20:56:08 (GMT) |
commit | a0485058d6049c8585bf346c775a458fa3a8bc74 (patch) | |
tree | 56502302961f99150c7aaed0776ebf4c484fc601 | |
parent | 83b5bed5d437e8a09d1c94038b3ada966947c2b9 (diff) | |
download | hdf5-a0485058d6049c8585bf346c775a458fa3a8bc74.zip hdf5-a0485058d6049c8585bf346c775a458fa3a8bc74.tar.gz hdf5-a0485058d6049c8585bf346c775a458fa3a8bc74.tar.bz2 |
[svn-r29232] add debug symbols library to install
-rw-r--r-- | java/src/jni/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/jni/CMakeLists.txt b/java/src/jni/CMakeLists.txt index 6ee56c8..ef80072 100644 --- a/java/src/jni/CMakeLists.txt +++ b/java/src/jni/CMakeLists.txt @@ -71,6 +71,7 @@ endif (WIN32) # Add Target(s) to CMake Install for import into other projects #----------------------------------------------------------------------------- if (HDF5_EXPORTED_TARGETS) + INSTALL_TARGET_PDB (${HDF5_JAVA_JNI_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} libraries) install ( TARGETS ${HDF5_JAVA_JNI_LIB_TARGET} |