2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

[svn-r25955] Added Perform and io_timer back into build.

Tested: local linux cmake
This commit is contained in:
Allen Byrne 2015-01-05 16:52:26 -05:00
parent 6a982a7690
commit 5da20c221e
2 changed files with 2 additions and 2 deletions

@ -46,4 +46,4 @@ add_subdirectory (${HDF5_TOOLS_SOURCE_DIR}/h5stat)
add_subdirectory (${HDF5_TOOLS_SOURCE_DIR}/h5dump)
#-- Add the perform and test executables
#add_subdirectory (${HDF5_TOOLS_SOURCE_DIR}/perform)
add_subdirectory (${HDF5_TOOLS_SOURCE_DIR}/perform)

@ -24,7 +24,7 @@ set (H5_TOOLS_LIB_SRCS
${HDF5_TOOLS_LIB_SOURCE_DIR}/h5tools_type.c
${HDF5_TOOLS_LIB_SOURCE_DIR}/h5tools_utils.c
${HDF5_TOOLS_LIB_SOURCE_DIR}/h5trav.c
# ${HDF5_TOOLS_LIB_SOURCE_DIR}/io_timer.c
${HDF5_TOOLS_LIB_SOURCE_DIR}/io_timer.c
)
set (H5_TOOLS_LIB_HDRS