1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-02 03:15:43 +02:00
qmckl/pkgconfig/qmckl.pc.in

14 lines
295 B
PkgConfig
Raw Normal View History

2021-05-07 12:47:56 +02:00
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
Name: @PACKAGE_NAME@
Description: Quantum Monte Carlo kernel library
URL: https://github.com/trex-coe/qmckl
Version: @PACKAGE_VERSION@
2021-06-03 01:32:50 +02:00
Cflags: -I${includedir}
Libs: -L${libdir} -lqmckl
Libs.private: @PKG_LIBS@
2021-05-07 12:47:56 +02:00