summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-06-06 05:51:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-06-06 05:51:17 (GMT)
commite1f276f267e47175249169e91c0b9a059195a79e (patch)
tree2777349f676bf208e484fb25c31462f4feffd15a /src/CMakeLists.txt
parent48fd9fd20ad1c59ac7b2f207c8af1746950a182e (diff)
downloadhdf5-e1f276f267e47175249169e91c0b9a059195a79e.zip
hdf5-e1f276f267e47175249169e91c0b9a059195a79e.tar.gz
hdf5-e1f276f267e47175249169e91c0b9a059195a79e.tar.bz2
[svn-r30033] Description:
Extract epoch marker metadata client into separate source file. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c441dde..b7f56e1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -83,6 +83,7 @@ IDE_GENERATED_PROPERTIES ("H5B2" "${H5B2_HDRS}" "${H5B2_SOURCES}" )
set (H5C_SOURCES
${HDF5_SRC_DIR}/H5C.c
+ ${HDF5_SRC_DIR}/H5Cepoch.c
${HDF5_SRC_DIR}/H5Cmpio.c
${HDF5_SRC_DIR}/H5Cquery.c
)