summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-11 14:25:20 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-11 14:25:20 (GMT)
commite1fed18477d574f41f5151cc7eb67c03d0868e07 (patch)
tree874ffcc983f756beb16804dc99c3392f46736b78 /examples
parent2c365915e16a5c2d1289dfff4f08ba826fc77e6b (diff)
downloadhdf5-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')
-rw-r--r--examples/CMakeLists.txt25
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})