summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-04-19 14:18:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-04-19 14:18:30 (GMT)
commitc02c88f87489605f38016a5c3e049133c5f0bfca (patch)
treecc42703451a8cd3e8b29f6623729fe00d77e5d36 /src
parentf7aff7d5cf0f1c9cd056ebc0274ad8d0683890a2 (diff)
downloadhdf5-c02c88f87489605f38016a5c3e049133c5f0bfca.zip
hdf5-c02c88f87489605f38016a5c3e049133c5f0bfca.tar.gz
hdf5-c02c88f87489605f38016a5c3e049133c5f0bfca.tar.bz2
[svn-r29742] Description:
Add missing source file for single chunk index. Tested on: Windows (via daily testing
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ebb7f89..9845194 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -120,6 +120,7 @@ set (H5D_SRCS
${HDF5_SRC_DIR}/H5Doh.c
${HDF5_SRC_DIR}/H5Dscatgath.c
${HDF5_SRC_DIR}/H5Dselect.c
+ ${HDF5_SRC_DIR}/H5Dsingle.c
${HDF5_SRC_DIR}/H5Dtest.c
${HDF5_SRC_DIR}/H5Dvirtual.c
)