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

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