mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-23 06:20:46 +02:00
11 lines
203 B
PkgConfig
11 lines
203 B
PkgConfig
|
|
prefix=/usr
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
|
||
|
|
Name: System library
|
||
|
|
Description: Test package
|
||
|
|
Version: 1.0.0
|
||
|
|
Libs: -L${libdir} -lsystem
|
||
|
|
Cflags: -I${includedir}
|