AimRT/_deps/protobuf-src/protobuf.pc.in
2025-01-12 20:42:42 +08:00

14 lines
271 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Protocol Buffers
Description: Google's Data Interchange Format
Version: @VERSION@
Libs: -L${libdir} -lprotobuf
Libs.private: @LIBS@
Cflags: -I${includedir}
Conflicts: protobuf-lite