summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-14 21:51:53 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-14 21:51:53 (GMT)
commit7bca2f04a45de38dde4981c5359ca007c36ceba8 (patch)
treea68cb121d710859164a9fab30c45983efab6fd7a /src/CMakeLists.txt
parent039213d919c0bcb8f01805f34b9ff6889b06158f (diff)
downloadhdf5-7bca2f04a45de38dde4981c5359ca007c36ceba8.zip
hdf5-7bca2f04a45de38dde4981c5359ca007c36ceba8.tar.gz
hdf5-7bca2f04a45de38dde4981c5359ca007c36ceba8.tar.bz2
Brings splitter VFD from develop
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9ff16c9..34afd42 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -230,6 +230,7 @@ set (H5FD_SOURCES
${HDF5_SRC_DIR}/H5FDs3comms.c
${HDF5_SRC_DIR}/H5FDsec2.c
${HDF5_SRC_DIR}/H5FDspace.c
+ ${HDF5_SRC_DIR}/H5FDsplitter.c
${HDF5_SRC_DIR}/H5FDstdio.c
${HDF5_SRC_DIR}/H5FDtest.c
${HDF5_SRC_DIR}/H5FDwindows.c
@@ -248,6 +249,7 @@ set (H5FD_HDRS
${HDF5_SRC_DIR}/H5FDros3.h
${HDF5_SRC_DIR}/H5FDs3comms.h
${HDF5_SRC_DIR}/H5FDsec2.h
+ ${HDF5_SRC_DIR}/H5FDsplitter.h
${HDF5_SRC_DIR}/H5FDstdio.h
${HDF5_SRC_DIR}/H5FDwindows.h
)