Files
hdf5/config/libhdf5.pc.in
Allen Byrne a0ee1eb5dc 1 12 merge of changes from dev (#271)
* OESS-98 fix tools test for plugins

* sync fork

* Merge of changes from dev

* Move problem option to bottom of the list until fixed

* HDFFV-11106 - fix parsing optional args

* HDFFV-11106 add note

* grammer fix
2021-01-19 16:39:23 -06:00

15 lines
461 B
PkgConfig

prefix=@_PKG_CONFIG_PREFIX@
exec_prefix=@_PKG_CONFIG_EXEC_PREFIX@
libdir=@_PKG_CONFIG_LIBDIR@
includedir=@_PKG_CONFIG_INCLUDEDIR@
Name: @_PKG_CONFIG_LIBNAME@
Description: HDF5 (Hierarchical Data Format 5) Software Library
Version: @_PKG_CONFIG_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} @_PKG_CONFIG_SH_LIBS@
Requires: @_PKG_CONFIG_REQUIRES@
Libs.private: @_PKG_CONFIG_LIBS_PRIVATE@ @_PKG_CONFIG_LIBS@
Requires.private: @_PKG_CONFIG_REQUIRES_PRIVATE@