mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
13 lines
293 B
PkgConfig
13 lines
293 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
includedir=@includedir@
|
||
|
libdir=@libdir@
|
||
|
|
||
|
Name: @PACKAGE_NAME@ C++
|
||
|
Description: GNU Multiple Precision Arithmetic Library (C++ bindings)
|
||
|
URL: https://gmplib.org
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Requires: gmp
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lgmpxx
|