1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02:00
trexio/pkgconfig/trexio.pc.in

17 lines
335 B
PkgConfig
Raw Normal View History

2021-05-05 13:44:09 +02:00
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
Name: @PACKAGE_NAME@
Description: TREX Input/Output library
URL: https://github.com/trex-coe/trexio
Version: @PACKAGE_VERSION@
2021-06-03 01:25:20 +02:00
Cflags: -I${includedir}
Libs: -L${libdir} -ltrexio
Libs.private: @LIBS@
2021-05-05 13:55:00 +02:00
Requires: @PKG_HDF5@
Requires.private: @PKG_HDF5@
2021-05-05 13:44:09 +02:00