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

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

  include (CMakeTests.cmake)

  include (CMakeTestsVDS.cmake)