https://github.com/bast/hdf5-cmake-example
CMake HDF5 hello world example.
https://github.com/bast/hdf5-cmake-example
Last synced: about 1 year ago
JSON representation
CMake HDF5 hello world example.
- Host: GitHub
- URL: https://github.com/bast/hdf5-cmake-example
- Owner: bast
- License: bsd-3-clause
- Created: 2015-01-19T13:41:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T10:19:38.000Z (over 10 years ago)
- Last Synced: 2025-03-26T07:51:18.791Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 141 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CMake HDF5 hello world example
==============================
Example project which demonstrates the use of HDF5 within CMake infrastructure.
Here CMakeLists.txt will attempt to find and link to HDF5 if already installed,
or download, configure, compile, and link HDF5 otherwise. Licensed under
[BSD-3](../master/LICENSE).