yinqiwen / pbjson

A fast C++ serialization and de-serialization of Google's protobuf Messages into/from JSON format.
BSD 3-Clause "New" or "Revised" License
156 stars 66 forks source link

Why do not you add Makefile? #19

Closed g10guang closed 6 years ago

g10guang commented 6 years ago

It's not friendly for every user to write a Makefile to compile pbjson.

yinqiwen commented 6 years ago

there is only ONE source file and all others are headers, u can copy them into any existing projects.

g10guang commented 6 years ago

@yinqiwen OK. I run make in test directory. It works. Thank you.