diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-03-20 18:40:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-03-20 18:40:57 (GMT) |
commit | e809b609d3f5cc851e13f63bcfed7052958d302b (patch) | |
tree | 5a5f15c8a753143cbd393977526e7f22609b7fd5 /release_docs | |
parent | d81fee0d3d68b3362dfd2fa9f9416701b28bcb66 (diff) | |
download | hdf5-e809b609d3f5cc851e13f63bcfed7052958d302b.zip hdf5-e809b609d3f5cc851e13f63bcfed7052958d302b.tar.gz hdf5-e809b609d3f5cc851e13f63bcfed7052958d302b.tar.bz2 |
Add reference to CMake application framwork
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/USING_HDF5_CMake.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/USING_HDF5_CMake.txt b/release_docs/USING_HDF5_CMake.txt index 87ebafc..ecf972d 100644 --- a/release_docs/USING_HDF5_CMake.txt +++ b/release_docs/USING_HDF5_CMake.txt @@ -221,7 +221,9 @@ NOTE: this file is available at the HDF web site: HDF5_Examples.cmake - +Also available at the HDF web site is a CMake application framework template. +You can quickly add files to the framework and execute the script to compile +your application with an installed HDF5 binary. ======================================================================== ctest |