13 lines
342 B
PkgConfig
13 lines
342 B
PkgConfig
prefix=/home/mes123456/workinf_Blender_Wasm/blender-5.2.0/extern/gmp-wasm
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: GNU MP C++
|
|
Description: GNU Multiple Precision Arithmetic Library (C++ bindings)
|
|
URL: https://gmplib.org
|
|
Version: 6.3.0
|
|
Requires: gmp
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lgmpxx
|