summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-02-29 20:56:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-02-29 20:56:08 (GMT)
commita0485058d6049c8585bf346c775a458fa3a8bc74 (patch)
tree56502302961f99150c7aaed0776ebf4c484fc601 /java
parent83b5bed5d437e8a09d1c94038b3ada966947c2b9 (diff)
downloadhdf5-a0485058d6049c8585bf346c775a458fa3a8bc74.zip
hdf5-a0485058d6049c8585bf346c775a458fa3a8bc74.tar.gz
hdf5-a0485058d6049c8585bf346c775a458fa3a8bc74.tar.bz2
[svn-r29232] add debug symbols library to install
Diffstat (limited to 'java')
-rw-r--r--java/src/jni/CMakeLists.txt1
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}