mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Add file header comments to CMake files (#5688)
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
#-----------------------------------------------------------------------------
|
||||
# CMake configuration for HDF5 Java test suite
|
||||
# This file sets up the build, and test execution rules for the HDF5 Java test suite.
|
||||
# It handles Java test source grouping, JAR creation, test data management, test execution (including VOL tests),
|
||||
# and integration with the HDF5 Java JNI and core libraries.
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
cmake_minimum_required (VERSION 3.18)
|
||||
project (HDF5_JAVA_TEST Java)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user