diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-23 17:10:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-23 17:10:16 (GMT) |
commit | 0a7f07ac10c7289b12ead43a64a325e4abbc7206 (patch) | |
tree | 55d4b9e32b73d4de87a15415d08366a94bd6b666 /src/CMakeLists.txt | |
parent | f656fb8d8c2435192b9767d76096a5634099c981 (diff) | |
download | hdf5-0a7f07ac10c7289b12ead43a64a325e4abbc7206.zip hdf5-0a7f07ac10c7289b12ead43a64a325e4abbc7206.tar.gz hdf5-0a7f07ac10c7289b12ead43a64a325e4abbc7206.tar.bz2 |
[svn-r26533] Merge CMake packaging from trunk to 1.8
Add PL header to public list
Tested: windows
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 1c146ce..f043a49 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}/H5PLpublic.h ) IDE_GENERATED_PROPERTIES ("H5PL" "${H5PL_HDRS}" "${H5PL_SRCS}" ) |