mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
* add cmake latest workflow with lukka/get-cmake@latest * Upgrade minimum CMake version to 3.26
5 lines
92 B
CMake
5 lines
92 B
CMake
cmake_minimum_required (VERSION 3.26)
|
|
project (HDF5_HL_TOOLS C)
|
|
|
|
add_subdirectory (h5watch)
|