diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-08-21 13:17:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-08-21 13:17:19 (GMT) |
commit | 67ce2cff2a63b391de846f450e8ee74cbe73ab47 (patch) | |
tree | 45e06ff4edce9bb00cce55ad010371f61ab0a2df | |
parent | 85862a9bba113c6bd32b520071b9299defa8d70a (diff) | |
parent | 51b1aeeda9d77ddf07ae3adf9cce277e3d6d1d72 (diff) | |
download | hdf5-67ce2cff2a63b391de846f450e8ee74cbe73ab47.zip hdf5-67ce2cff2a63b391de846f450e8ee74cbe73ab47.tar.gz hdf5-67ce2cff2a63b391de846f450e8ee74cbe73ab47.tar.bz2 |
Merge pull request #2820 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '51b1aeeda9d77ddf07ae3adf9cce277e3d6d1d72':
Add missing mirror files
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 34afd42..5e1d037 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -223,6 +223,7 @@ set (H5FD_SOURCES ${HDF5_SRC_DIR}/H5FDhdfs.c ${HDF5_SRC_DIR}/H5FDint.c ${HDF5_SRC_DIR}/H5FDlog.c + ${HDF5_SRC_DIR}/H5FDmirror.c ${HDF5_SRC_DIR}/H5FDmpi.c ${HDF5_SRC_DIR}/H5FDmpio.c ${HDF5_SRC_DIR}/H5FDmulti.c @@ -242,6 +243,7 @@ set (H5FD_HDRS ${HDF5_SRC_DIR}/H5FDfamily.h ${HDF5_SRC_DIR}/H5FDhdfs.h ${HDF5_SRC_DIR}/H5FDlog.h + ${HDF5_SRC_DIR}/H5FDmirror.h ${HDF5_SRC_DIR}/H5FDmpi.h ${HDF5_SRC_DIR}/H5FDmpio.h ${HDF5_SRC_DIR}/H5FDmulti.h @@ -783,6 +785,7 @@ set (H5_PRIVATE_HEADERS ${HDF5_SRC_DIR}/H5FApkg.h ${HDF5_SRC_DIR}/H5FAprivate.h + ${HDF5_SRC_DIR}/H5FDmirror_priv.h ${HDF5_SRC_DIR}/H5FDpkg.h ${HDF5_SRC_DIR}/H5FDprivate.h |