aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/pkgconfig/testdata/system.pc
blob: 2cef2ed9bc93b01377bf6e7fe6b7e932fcfc2c7d (plain)
1
2
3
4
5
6
7
8
9
10
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}