Add support for namespace and add tools to binaries config

This commit is contained in:
Allen Byrne
2016-10-14 11:22:22 -05:00
parent 052ca6a741
commit 3ee36553b9
24 changed files with 49 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ TARGET_NAMING (h5format_convert STATIC)
TARGET_C_PROPERTIES (h5format_convert STATIC " " " ")
target_link_libraries (h5format_convert ${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET})
set_target_properties (h5format_convert PROPERTIES FOLDER tools)
set_global_variable (HDF5_UTILS_TO_EXPORT "${HDF5_UTILS_TO_EXPORT};h5format_convert")
set (H5_DEP_EXECUTABLES h5format_convert)