summaryrefslogtreecommitdiffstats
path: root/utils/tools/test/CMakeLists.txt
blob: 1d779261b6e1e03f967ac23a61e27a2ea1661e6a (plain)
1
2
3
4
5
6
7
8
cmake_minimum_required (VERSION 3.18)
project (HDF5_TOOLS_TEST C)

#-- Add the h5diff tests
if (HDF5_BUILD_PARALLEL_TOOLS)
   add_subdirectory (h5dwalk)
endif()