mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 02:24:40 +01:00
4389066602
GCC had a horrible .gitignore, untracked files were not applied
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
|