summaryrefslogtreecommitdiffstats
path: root/utils/tools/CMakeLists.txt
blob: 2be2287c41f7922a36dc0e93eeefb24125339a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cmake_minimum_required (VERSION 3.18)
project (HDF5_UTILS_TOOLS C)


if (HDF5_BUILD_PARALLEL_TOOLS)
   add_subdirectory (h5dwalk)
endif()

#-- Add the tests
if (BUILD_TESTING)
   add_subdirectory (test)
endif()