CMakeLists.txt missing files

User avatar
ejtttje
Posts: 96
Joined: Mon Nov 03, 2008 9:57 pm

CMakeLists.txt missing files

Post by ejtttje »

I added the following to the respective CMakeLists.txt:
BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp
BulletDynamics/Dynamics/btActionInterface.h
BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h
also a bunch of missing Gimpact headers...

Note the missing btContinuousDynamicsWorld.cpp, which means this was not being compiled via CMake products... but since the corresponding header file was already listed, I'm assuming this was an oversight and the file should be built.

The patch I've attached also sorts the file lists for easier comparison to a directory listing, and also includes my earlier fixes to the OS X Framework installation.
You do not have the required permissions to view the files attached to this post.
User avatar
ejtttje
Posts: 96
Joined: Mon Nov 03, 2008 9:57 pm

Re: CMakeLists.txt missing files

Post by ejtttje »

Hmm, no discussion...? Should I submit the patches on the google code tracker?
ola
Posts: 169
Joined: Sun Jan 14, 2007 7:56 pm
Location: Norway

Re: CMakeLists.txt missing files

Post by ola »

Yes it's recommended to submit patches there, so they won't get lost in all the forum postings.