summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-30 17:15:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-30 18:00:36 (GMT)
commit7fce861b670331bced99d38a241677385cb746d1 (patch)
treeba9cacae7d7531a38073e0da423732876b9b2d8c /src/CMakeLists.txt
parent6e89ba320794568747456e826b263a2dc6e1f822 (diff)
downloadhdf5-7fce861b670331bced99d38a241677385cb746d1.zip
hdf5-7fce861b670331bced99d38a241677385cb746d1.tar.gz
hdf5-7fce861b670331bced99d38a241677385cb746d1.tar.bz2
HDFFV-10143 Fix initial issues from review
Fixed Conflicts: MANIFEST test/plugin.c
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 db12160..d343208 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -357,6 +357,7 @@ set (H5PL_SRCS
set (H5PL_HDRS
${HDF5_SRC_DIR}/H5PLextern.h
+ ${HDF5_SRC_DIR}/H5PLpkg.h
${HDF5_SRC_DIR}/H5PLpublic.h
)
IDE_GENERATED_PROPERTIES ("H5PL" "${H5PL_HDRS}" "${H5PL_SRCS}" )