mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-29 02:44:26 +00:00
12 lines
245 B
PkgConfig
12 lines
245 B
PkgConfig
|
|
prefix=/test
|
|
exec_prefix= ${prefix}
|
|
libdir= ${prefix}/lib64
|
|
includedir=${prefix}/include
|
|
|
|
Name: variable-whitespace
|
|
Description: A test for variable whitespace
|
|
Version: 2.12.3
|
|
Libs: -lvariable-whitespace -L${libdir}
|
|
Cflags: -I${includedir}
|