mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
8 lines
179 B
CMake
8 lines
179 B
CMake
cmake_minimum_required (VERSION 3.18)
|
|
project (HDFJAVA_EXAMPLES Java)
|
|
|
|
add_subdirectory (datasets)
|
|
add_subdirectory (datatypes)
|
|
add_subdirectory (groups)
|
|
add_subdirectory (intro)
|