mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-28 10:24:39 +00:00
11 lines
184 B
PkgConfig
11 lines
184 B
PkgConfig
prefix=/test
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: bar
|
|
Description: Another pkg-config test
|
|
Version: 1.3
|
|
Libs: -L${libdir} -lbar
|
|
Requires: foo
|