summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-05-30 09:06:26 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-05-30 09:06:26 (GMT)
commit3384f4c0b9e4dffe183f5a6ee5ca29e40f29a7f8 (patch)
treeac0181fc9d163fdb3ce2762502df4748657e0a9b /src/CMakeLists.txt
parentdbc1e0e980b527aeffddf4805a5b6a77b4c80533 (diff)
downloadhdf5-3384f4c0b9e4dffe183f5a6ee5ca29e40f29a7f8.zip
hdf5-3384f4c0b9e4dffe183f5a6ee5ca29e40f29a7f8.tar.gz
hdf5-3384f4c0b9e4dffe183f5a6ee5ca29e40f29a7f8.tar.bz2
[svn-r29985] Description:
Extract query routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
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 8461229..c441dde 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -84,6 +84,7 @@ IDE_GENERATED_PROPERTIES ("H5B2" "${H5B2_HDRS}" "${H5B2_SOURCES}" )
set (H5C_SOURCES
${HDF5_SRC_DIR}/H5C.c
${HDF5_SRC_DIR}/H5Cmpio.c
+ ${HDF5_SRC_DIR}/H5Cquery.c
)
set (H5C_HDRS
${HDF5_SRC_DIR}/H5Cpkg.h