mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
32a54c0e2e
* CMake generated pkg-config file is incorrect #2259 * Fix fortran pc template * hdf5.pc is incorrect for debug builds #1546 * Correct pkg name and lib name * Fix typo * Fix missing space
17 lines
512 B
Plaintext
17 lines
512 B
Plaintext
prefix=@_PKG_CONFIG_PREFIX@
|
|
exec_prefix=@_PKG_CONFIG_EXEC_PREFIX@
|
|
libdir=@_PKG_CONFIG_LIBDIR@
|
|
includedir=@_PKG_CONFIG_INCLUDEDIR@
|
|
moddir=@_PKG_CONFIG_MODULEDIR@
|
|
|
|
Name: @_PKG_CONFIG_LIBNAME@
|
|
Description: HDF5 (Hierarchical Data Format 5) Software Library
|
|
Version: @_PKG_CONFIG_VERSION@
|
|
|
|
Cflags: -I${includedir}
|
|
Fflags: -I${moddir}
|
|
Libs: -L${libdir} @_PKG_CONFIG_SH_LIBS@
|
|
Requires: @_PKG_CONFIG_REQUIRES@
|
|
Libs.private: @_PKG_CONFIG_LIBS@ @_PKG_CONFIG_LIBS_PRIVATE@
|
|
Requires.private: @_PKG_CONFIG_REQUIRES_PRIVATE@
|