diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-09-25 19:16:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-09-25 19:16:56 (GMT) |
commit | 571a5e9250ca69adb54ef956361a5cf77059f67c (patch) | |
tree | c90fc58a81c69f31ef132d83b8834dddb5fa4a61 /tools/test/h5ls | |
parent | fae9d938d33da24e7430e379287c7f9794c96289 (diff) | |
download | hdf5-571a5e9250ca69adb54ef956361a5cf77059f67c.zip hdf5-571a5e9250ca69adb54ef956361a5cf77059f67c.tar.gz hdf5-571a5e9250ca69adb54ef956361a5cf77059f67c.tar.bz2 |
Add h5ls test plugin format target
Diffstat (limited to 'tools/test/h5ls')
-rw-r--r-- | tools/test/h5ls/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/test/h5ls/CMakeLists.txt b/tools/test/h5ls/CMakeLists.txt index 3993277..792de9f 100644 --- a/tools/test/h5ls/CMakeLists.txt +++ b/tools/test/h5ls/CMakeLists.txt @@ -15,8 +15,16 @@ if (BUILD_SHARED_LIBS) target_link_libraries (${H5LS_TOOL_PLUGIN_LIB_TARGET} PRIVATE ${HDF5_TEST_LIBSH_TARGET}) H5_SET_LIB_OPTIONS (${H5LS_TOOL_PLUGIN_LIB_TARGET} ${H5LS_TOOL_PLUGIN_LIB_NAME} SHARED "LIB") + #----------------------------------------------------------------------------- + # Add Target to clang-format + #----------------------------------------------------------------------------- + if (HDF5_ENABLE_FORMATTERS) + clang_format (HDF5_TOOLS_TEST_H5LS_PLUGIN_FORMAT ${H5LS_TOOL_PLUGIN_LIB_TARGET}) + endif () + # make plugins dir file (MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/plugins") + #----------------------------------------------------------------------------- # Copy plugin library to a plugins folder #----------------------------------------------------------------------------- |