summaryrefslogtreecommitdiffstats
path: root/config/cmake/libhdf5.pc.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:50:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:50:34 (GMT)
commit542ef4045634ad84cee2e49962d105f6008a3651 (patch)
tree5326ab691a94ecccb136194dac31f90010b5f342 /config/cmake/libhdf5.pc.in
parente835063ebfada628b80046cc8328d8771abd9e11 (diff)
downloadhdf5-542ef4045634ad84cee2e49962d105f6008a3651.zip
hdf5-542ef4045634ad84cee2e49962d105f6008a3651.tar.gz
hdf5-542ef4045634ad84cee2e49962d105f6008a3651.tar.bz2
Merge from develop HDFFV-8359 and remove FindMPI copies
Diffstat (limited to 'config/cmake/libhdf5.pc.in')
-rw-r--r--config/cmake/libhdf5.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/cmake/libhdf5.pc.in b/config/cmake/libhdf5.pc.in
new file mode 100644
index 0000000..4a2ebaa
--- /dev/null
+++ b/config/cmake/libhdf5.pc.in
@@ -0,0 +1,14 @@
+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@