summaryrefslogtreecommitdiffstats
path: root/hl/tools/CMakeLists.txt
blob: a369d9efa18c890caf425828fcee861ab105dcff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cmake_minimum_required (VERSION 3.18)
project (HDF5_HL_TOOLS C)

#-----------------------------------------------------------------------------
#-- Option to build the High level GIF Tools
#-----------------------------------------------------------------------------
option (HDF5_BUILD_HL_GIF_TOOLS  "Build HDF5 HL GIF Tools" OFF)
if (HDF5_BUILD_HL_GIF_TOOLS)
  add_subdirectory (gif2h5)
endif ()

add_subdirectory (h5watch)