pkg-config/check/system.pc

11 lines
203 B
PkgConfig
Raw Normal View History

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}