diff options
Diffstat (limited to 'Software/External Repositories/Protobuf/solution/protobuf.pc')
| -rw-r--r-- | Software/External Repositories/Protobuf/solution/protobuf.pc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Software/External Repositories/Protobuf/solution/protobuf.pc b/Software/External Repositories/Protobuf/solution/protobuf.pc new file mode 100644 index 000000000..83dbeaaac --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/protobuf.pc @@ -0,0 +1,11 @@ +prefix=C:/Program Files (x86)/protobuf +exec_prefix=C:/Program Files (x86)/protobuf +libdir=C:/Program Files (x86)/protobuf/lib +includedir=C:/Program Files (x86)/protobuf/include + +Name: Protocol Buffers +Description: Google's Data Interchange Format +Version: 3.4.1 +Libs: -L${libdir} -lprotobuf +Cflags: -I${includedir} +Conflicts: protobuf-lite |
