summaryrefslogtreecommitdiffstats
path: root/tools/test/h5ls/CMakeLists.txt
blob: 48894fbfc33e11f4c66659653f1675baf7dd017f (plain)
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required (VERSION 3.1.0)
PROJECT (HDF5_TOOLS_TEST_H5LS)

#-----------------------------------------------------------------------------
# Setup include Directories
#-----------------------------------------------------------------------------
INCLUDE_DIRECTORIES (${HDF5_TOOLS_DIR}/lib)

  include (CMakeTests.cmake)

  include (CMakeTestsVDS.cmake)