diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-08-25 22:33:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-08-25 22:33:59 (GMT) |
commit | 5c549a6345f12a0271b7a44e06169adb20c568c1 (patch) | |
tree | 1fb7a7d0b5eef9ae2c12483104af40dd3c47e2aa /tools/lib/CMakeLists.txt | |
parent | 52839cdf69f02c99a4a25f65ec9c21f698ad81a6 (diff) | |
download | hdf5-5c549a6345f12a0271b7a44e06169adb20c568c1.zip hdf5-5c549a6345f12a0271b7a44e06169adb20c568c1.tar.gz hdf5-5c549a6345f12a0271b7a44e06169adb20c568c1.tar.bz2 |
[svn-r19300] BZ 1958: Add h5dump xml tests to CMake support
Tetsed: local linux
Diffstat (limited to 'tools/lib/CMakeLists.txt')
-rw-r--r-- | tools/lib/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt index 65548a5..b05ce35 100644 --- a/tools/lib/CMakeLists.txt +++ b/tools/lib/CMakeLists.txt @@ -42,6 +42,12 @@ H5_SET_LIB_OPTIONS ( HDF5_TOOLS_LIB_NAME_DEBUG ) +############################################################################## +############################################################################## +### I N S T A L L A T I O N ### +############################################################################## +############################################################################## + #----------------------------------------------------------------------------- # Add file(s) to CMake Install #----------------------------------------------------------------------------- |