diff options
Diffstat (limited to 'Software/External Repositories/Protobuf/protobuf-3.4.1/protobuf.pc.in')
| -rw-r--r-- | Software/External Repositories/Protobuf/protobuf-3.4.1/protobuf.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/External Repositories/Protobuf/protobuf-3.4.1/protobuf.pc.in b/Software/External Repositories/Protobuf/protobuf-3.4.1/protobuf.pc.in new file mode 100644 index 000000000..490149034 --- /dev/null +++ b/Software/External Repositories/Protobuf/protobuf-3.4.1/protobuf.pc.in @@ -0,0 +1,12 @@ +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 @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ +Libs.private: @LIBS@ +Cflags: -I${includedir} @PTHREAD_CFLAGS@ +Conflicts: protobuf-lite |
