mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-06 14:56:51 +08:00
7 lines
119 B
CMake
7 lines
119 B
CMake
cmake_minimum_required (VERSION 3.12)
|
|
project (HDF5_HL_TOOLS C)
|
|
|
|
add_subdirectory (gif2h5)
|
|
|
|
add_subdirectory (h5watch)
|