2022-09-03 08:31:29 +08:00
|
|
|
cmake_minimum_required (VERSION 3.18)
|
2021-11-30 05:25:23 +08:00
|
|
|
project (HDF5_UTILS_TOOLS C)
|
|
|
|
|
|
|
|
|
|
|
|
if (HDF5_BUILD_PARALLEL_TOOLS)
|
|
|
|
add_subdirectory (h5dwalk)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
#-- Add the tests
|
|
|
|
if (BUILD_TESTING)
|
|
|
|
add_subdirectory (test)
|
|
|
|
endif()
|