github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/pkgconfig/protobuf.pc (about) 1 prefix=${pcfiledir}/../third_path/protobuf 2 exec_prefix=${prefix} 3 libdir=${exec_prefix}/lib 4 includedir=${prefix}/include 5 6 Name: Protocol Buffers 7 Description: Google's Data Interchange Format 8 Version: 3.6.1 9 Libs: -L${libdir} -lprotobuf -pthread 10 Libs.private: -lz 11 Cflags: -I${includedir} -pthread 12 Conflicts: protobuf-lite