mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
7 lines
119 B
CMake
7 lines
119 B
CMake
cmake_minimum_required (VERSION 3.10)
|
|
project (HDF5_HL_TOOLS C)
|
|
|
|
add_subdirectory (gif2h5)
|
|
|
|
add_subdirectory (h5watch)
|