yinqiwen / pbjson

A fast C++ serialization and de-serialization of Google's protobuf Messages into/from JSON format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why do not you add Makefile?

g10guang opened this issue · comments

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

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

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