pkgconf/tests/lib1/framework-2.pc

11 lines
217 B
PkgConfig
Raw Permalink Normal View History

prefix=/test
2013-03-15 22:12:06 +00:00
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: framework-2
Description: Another pkg-config test
Version: 1.3
Libs: -F${libdir} -framework framework-2
Requires: framework-1