mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
4389066602
GCC had a horrible .gitignore, untracked files were not applied
12 lines
258 B
PkgConfig
12 lines
258 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: GNU Multiple Precision Arithmetic Library
|
|
URL: https://gmplib.org
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lgmp
|