aboutsummaryrefslogtreecommitdiffstats
path: root/Software/External_Repositories/Protobuf/protobuf-c-master/protobuf-c/libprotobuf-c.pc.in
blob: 67ec52728f90d7f764eba0a47eff45321ba43e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
bindir=@bindir@

Name: libprotobuf-c
Description: Protocol Buffers C library
Version: @VERSION@
Libs: -L${libdir} -lprotobuf-c
Libs.private:
Cflags: -I${includedir}