summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-11-14 20:34:31 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-11-14 20:34:31 (GMT)
commit45b561f2f25d2e96a3f569e278919f454b3abf71 (patch)
tree054c780edfe09c951a5d6c1b253bc02e5ae62bcf /src/CMakeLists.txt
parent1ddb1a08f14411706f3d13b724a765bc1c94e1b4 (diff)
downloadhdf5-45b561f2f25d2e96a3f569e278919f454b3abf71.zip
hdf5-45b561f2f25d2e96a3f569e278919f454b3abf71.tar.gz
hdf5-45b561f2f25d2e96a3f569e278919f454b3abf71.tar.bz2
Added H5Oint.c file.
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 7ee423b..2dbef62 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -454,6 +454,7 @@ set (H5O_SOURCES
${HDF5_SRC_DIR}/H5Oflush.c
${HDF5_SRC_DIR}/H5Ofsinfo.c
${HDF5_SRC_DIR}/H5Oginfo.c
+ ${HDF5_SRC_DIR}/H5Oint.c
${HDF5_SRC_DIR}/H5Olayout.c
${HDF5_SRC_DIR}/H5Olinfo.c
${HDF5_SRC_DIR}/H5Olink.c