mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-28 18:35:03 +00:00
10 lines
195 B
PkgConfig
10 lines
195 B
PkgConfig
prefix=/test
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: framework-1
|
|
Description: Another pkg-config test
|
|
Version: 1.3
|
|
Libs: -F${libdir} -framework framework-1
|