summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-07-02 22:13:09 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-07-02 22:13:09 (GMT)
commit4e25ab6ebd02587e3e77eb682e47a99f7aeb5493 (patch)
treeeb6b1f728241eba5e9cef2062d6d4d42bd85a893 /src
parent9804fed58f4f30843d406861a2daf67944c244de (diff)
downloadhdf5-4e25ab6ebd02587e3e77eb682e47a99f7aeb5493.zip
hdf5-4e25ab6ebd02587e3e77eb682e47a99f7aeb5493.tar.gz
hdf5-4e25ab6ebd02587e3e77eb682e47a99f7aeb5493.tar.bz2
[svn-r27332] Fix src/CMakeLists.txt after Quincey's metadata cache changes
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e5f7e2f..aec06b3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -44,6 +44,7 @@ IDE_GENERATED_PROPERTIES ("H5A" "${H5A_HDRS}" "${H5A_SRCS}" )
set (H5AC_SRCS
${HDF5_SRC_DIR}/H5AC.c
+ ${HDF5_SRC_DIR}/H5ACmpio.c
)
set (H5AC_HDRS
@@ -82,6 +83,7 @@ IDE_GENERATED_PROPERTIES ("H5B2" "${H5B2_HDRS}" "${H5B2_SRCS}" )
set (H5C_SRCS
${HDF5_SRC_DIR}/H5C.c
+ ${HDF5_SRC_DIR}/H5Cmpio.c
)
set (H5C_HDRS
${HDF5_SRC_DIR}/H5Cpkg.h