|
Last change
on this file since 2079 was
1922,
checked in by rgrieder, 17 years ago
|
|
Minor adjustments to OgreODE when compiling under gcc.
|
-
Property svn:eol-style set to
native
|
|
File size:
492 bytes
|
| Line | |
|---|
| 1 | SET( 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 | |
|---|
| 19 | ADD_LIBRARY(ogreode_orxonox SHARED ${OGREODE_SRC_FILES}) |
|---|
| 20 | |
|---|
| 21 | TARGET_LINK_LIBRARIES(ogreode_orxonox ${ODE_LIBRARIES}) |
|---|
| 22 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.