Skip to content

Commit

Permalink
Add new H5Tconv headers to list of private headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Apr 22, 2024
1 parent 83c9019 commit 5ffa873
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,17 @@ set (H5_PRIVATE_HEADERS
${HDF5_SRC_DIR}/H5SMpkg.h
${HDF5_SRC_DIR}/H5SMprivate.h

${HDF5_SRC_DIR}/H5Tconv.h
${HDF5_SRC_DIR}/H5Tconv_array.h
${HDF5_SRC_DIR}/H5Tconv_bitfield.h
${HDF5_SRC_DIR}/H5Tconv_compound.h
${HDF5_SRC_DIR}/H5Tconv_enum.h
${HDF5_SRC_DIR}/H5Tconv_float.h
${HDF5_SRC_DIR}/H5Tconv_integer.h
${HDF5_SRC_DIR}/H5Tconv_macros.h
${HDF5_SRC_DIR}/H5Tconv_reference.h
${HDF5_SRC_DIR}/H5Tconv_string.h
${HDF5_SRC_DIR}/H5Tconv_vlen.h
${HDF5_SRC_DIR}/H5Tpkg.h
${HDF5_SRC_DIR}/H5Tprivate.h

Expand Down

0 comments on commit 5ffa873

Please sign in to comment.