From c02c88f87489605f38016a5c3e049133c5f0bfca Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 19 Apr 2016 09:18:30 -0500 Subject: [svn-r29742] Description: Add missing source file for single chunk index. Tested on: Windows (via daily testing --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- cgit v0.12