diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-08-21 12:46:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-08-21 12:46:54 (GMT) |
commit | 51b1aeeda9d77ddf07ae3adf9cce277e3d6d1d72 (patch) | |
tree | 45e06ff4edce9bb00cce55ad010371f61ab0a2df /src | |
parent | 85862a9bba113c6bd32b520071b9299defa8d70a (diff) | |
download | hdf5-51b1aeeda9d77ddf07ae3adf9cce277e3d6d1d72.zip hdf5-51b1aeeda9d77ddf07ae3adf9cce277e3d6d1d72.tar.gz hdf5-51b1aeeda9d77ddf07ae3adf9cce277e3d6d1d72.tar.bz2 |
Add missing mirror files
Diffstat (limited to 'src')
-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 |