mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
1590bd15f1
Restores the build files mistakenly dropped in 86b1c5a5a4
.
11 lines
247 B
PkgConfig
11 lines
247 B
PkgConfig
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}
|