summaryrefslogtreecommitdiffstats
path: root/config/cmake/libhdf5.pc.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-08 21:54:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-08 21:54:40 (GMT)
commit3712738877a14c3257155acd1f558cfe039f3625 (patch)
tree23d048cd3afa5c0b7db49cf34acf411b0a6166b0 /config/cmake/libhdf5.pc.in
parent00d29181b51deba64a8a716309e828a0bd53aaa7 (diff)
downloadhdf5-3712738877a14c3257155acd1f558cfe039f3625.zip
hdf5-3712738877a14c3257155acd1f558cfe039f3625.tar.gz
hdf5-3712738877a14c3257155acd1f558cfe039f3625.tar.bz2
HDFFV-4359 Add C,HL,CXX files
Diffstat (limited to 'config/cmake/libhdf5.pc.in')
-rwxr-xr-xconfig/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 100755
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@