behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

Missing files in CMakeLists.txt file #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download latest source from repository
2. Use CMake to create a Visual Studio 2010 solution file
3. Attempt to compile

What is the expected output? What do you see instead?
Successful compilation of Box2D libraries, instead it fails to link due to 
missing MotorJoint symbols.

What version of the product are you using? On what operating system?
Latest clone from repository (Mar 30, 2012)

Please provide any additional information below.
The Box2D/Box2D/CMakeLists.txt is missing the following two files:
Dynamics/Joints/b2MotorJoint.cpp
and
Dynamics/Joints/b2MotorJoint.h

Attached is a corrected CMakeLists.txt file with these two files added.

Original issue reported on code.google.com by RyanLind...@gmail.com on 31 Mar 2012 at 3:32

Attachments:

GoogleCodeExporter commented 9 years ago
Revision: 257

Original comment by erinca...@gmail.com on 23 Oct 2013 at 12:18