cmake_minimum_required (VERSION 3.10)
#-- Add the h5diff and test executables
add_subdirectory (h5diff)
#-- Add the h5ls executable
#-- Add the h5import and test executables
add_subdirectory (h5import)
add_subdirectory (h5repack)
#-- Add the h5dump and test executables
#-- Add the h5copy and test executables
add_subdirectory (h5copy)
#-- Add the h5stat and test executables
add_subdirectory (h5stat)
#-- Add the h5dump and test executables
add_subdirectory (h5dump)
#-- Add the perform and test executables
add_subdirectory (perform)