5 lines
95 B
CMake
5 lines
95 B
CMake
cmake_minimum_required (VERSION 3.10)
|
|
PROJECT (HDF5_HL_TOOLS C CXX)
|
|
|
|
add_subdirectory (gif2h5)
|