diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-11 14:25:20 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-11 14:25:20 (GMT) |
commit | e1fed18477d574f41f5151cc7eb67c03d0868e07 (patch) | |
tree | 874ffcc983f756beb16804dc99c3392f46736b78 /examples/CMakeLists.txt | |
parent | 2c365915e16a5c2d1289dfff4f08ba826fc77e6b (diff) | |
download | hdf5-e1fed18477d574f41f5151cc7eb67c03d0868e07.zip hdf5-e1fed18477d574f41f5151cc7eb67c03d0868e07.tar.gz hdf5-e1fed18477d574f41f5151cc7eb67c03d0868e07.tar.bz2 |
[svn-r26431] Add new example (reorder to match closer to makefile)
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index cfb0e11..5a5b8c2 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -10,20 +10,20 @@ add_definitions (${HDF_EXTRA_C_FLAGS}) # Define Sources #----------------------------------------------------------------------------- set (examples - h5_crtdat - h5_rdwt - h5_crtatt - h5_crtgrp - h5_crtgrpar - h5_crtgrpd - h5_cmprss - h5_extend - h5_subset h5_write h5_read h5_extend_write h5_chunk_read h5_compound + h5_crtgrpar + h5_crtgrpd + h5_subset + h5_cmprss + h5_crtdat + h5_rdwt + h5_crtatt + h5_extend + h5_crtgrp h5_group h5_select h5_attribute @@ -34,10 +34,11 @@ set (examples h5_extlink h5_elink_unix2win h5_shared_mesg - h5_vds-eiger - h5_vds-exclim - h5_vds-exc h5_vds + h5_vds-exc + h5_vds-exclim + h5_vds-eiger + h5_vds-simpleIO ) foreach (example ${examples}) |