File: muparser.pc.in

package info (click to toggle)
muparser 2.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 740 kB
  • sloc: cpp: 6,955; ansic: 928; sh: 14; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: @PACKAGE_NAME@
Description: Mathematical expressions parser library
Version: @MUPARSER_VERSION@
Requires:
Libs: -L${libdir} -lmuparser
Cflags: -I${includedir} @PKG_CONFIG_FLAGS@