Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/src/ogreode/CMakeLists.txt @ 1919

Last change on this file since 1919 was 1919, checked in by rgrieder, 16 years ago

Added OgreODE to our source repository because already we really need the newest version. And there is no hope to find any packages under linux.
The files included should compile and link with Ogre 1.4/1.6 and ODE 0.9/0.10. I was only able to test Ogre 1.4 and ODE 0.9/.10 under msvc until now.

  • Property svn:eol-style set to native
File size: 434 bytes
Line 
1SET( OGREODE_SRC_FILES
2  OgreOdeBody.cpp
3  OgreOdeCollision.cpp
4  OgreOdeDebugContact.cpp
5  OgreOdeDebugObject.cpp
6  OgreOdeEigenSolver.cpp
7  OgreOdeEntityInformer.cpp
8  OgreOdeGeometry.cpp
9  OgreOdeJoint.cpp
10  OgreOdeMass.cpp
11  OgreOdeSpace.cpp
12  OgreOdeStepper.cpp
13  OgreOdeTriangleMeshData.cpp
14  OgreOdeTriangleMeshDataManager.cpp
15  OgreOdeUtility.cpp
16  OgreOdeWorld.cpp
17)
18
19ADD_LIBRARY(ogreode_orxonox SHARED ${OGREODE_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.