mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-30 11:25:39 +00:00
12 lines
246 B
PkgConfig
12 lines
246 B
PkgConfig
prefix=/test
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: missing-require
|
|
Description: A testing pkg-config file
|
|
Version: 1.2.3
|
|
Requires.private: missing
|
|
Libs: -L${libdir} -lfoo
|
|
Cflags: -fPIC -I${includedir}/foo
|