12 lines
224 B
PkgConfig
12 lines
224 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: qhull
|
||
|
Description: Computing the convex hull
|
||
|
Version: @VERSION@
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -lqhull -lm
|
||
|
Cflags: -I${includedir}
|