2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-03-07 00:37:24 +00:00
fish-shell/muparser-2.2.5/build/autoconf/muparser.pc.in

12 lines
247 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@
Description: Mathematical expressions parser library
Version: @PACKAGE_VERSION@
Requires:
Libs: -L${libdir} -lmuparser
Cflags: -I${includedir}