10 lines
261 B
PkgConfig
10 lines
261 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: @PACKAGE_NAME@
|
||
|
Description: Algorithms and data structure tuning and testing
|
||
|
URL: @PACKAGE_URL@
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Libs: -L${libdir} -Wl,-rpath,${libdir} -lalgotune
|