diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-05 16:09:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-05 16:09:22 (GMT) |
commit | 5be5a4d83274bbfd4a82795cc14beb0209d18a36 (patch) | |
tree | 632a252f8d2068806284bb342de16ff27a8a7e40 /src/CMakeLists.txt | |
parent | da1bfda6458cd8482eb73606d7085b66dd88b58c (diff) | |
download | hdf5-5be5a4d83274bbfd4a82795cc14beb0209d18a36.zip hdf5-5be5a4d83274bbfd4a82795cc14beb0209d18a36.tar.gz hdf5-5be5a4d83274bbfd4a82795cc14beb0209d18a36.tar.bz2 |
[svn-r26365] HDFFV-8520: Add plugin control APIs.
Update windows WiX packaging.
h5committested
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d9e7195..999420c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -482,6 +482,7 @@ set (H5PL_SRCS set (H5PL_HDRS ${HDF5_SRC_DIR}/H5PLextern.h + ${HDF5_SRC_DIR}/H5PLpublic.h ) IDE_GENERATED_PROPERTIES ("H5PL" "${H5PL_HDRS}" "${H5PL_SRCS}" ) |