5 lines
92 B
CMake
5 lines
92 B
CMake
cmake_minimum_required (VERSION 3.10)
|
|
project (HDF5_UTILS C)
|
|
|
|
add_subdirectory (mirror_vfd)
|