summaryrefslogtreecommitdiffstats
path: root/hl/tools/CMakeLists.txt
blob: a0bd744e601bdb84149cee58d45ae9b03a86315f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cmake_minimum_required (VERSION 3.12)
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)