google / liquidfun

2D physics engine for games
http://google.github.io/liquidfun
4.7k stars 641 forks source link

b2GrowableBuffer.h missing from CMakeLists.txt #27

Open Gachapen opened 10 years ago

Gachapen commented 10 years ago

liquidfun/Box2D/Box2D/CMakeLists.txt needs to have Common/b2GrowableBuffer.h in BOX2D_Common_HDRS. Without this, the header will not be installed on the system, resulting in failing builds when including Box2D.

This affects v.1.1.0.

Pull request #21 fixes this.

jsanmiya commented 10 years ago

Thanks for the heads-up Magnus. I'll take a look!

On Tue, Sep 2, 2014 at 5:45 AM, Magnus Bjerke Vik notifications@github.com wrote:

liquidfun/Box2D/Box2D/CMakeLists.txt needs to have Common/b2GrowableBuffer.h in BOX2D_Common_HDRS. Without this, the header will not be installed on the system, resulting in failing builds when including Box2D.

This affects v.1.1.0.

— Reply to this email directly or view it on GitHub https://github.com/google/liquidfun/issues/27.