Changeset 10190
- Timestamp:
- Jan 11, 2015, 6:21:51 PM (10 years ago)
- Location:
- code/trunk/src/libraries/tools
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/tools/CMakeLists.txt
r8729 r10190 11 11 BUILD_UNIT OgreBuildUnit.cc 12 12 BillboardSet.cc 13 BulletDebugDrawer.cc 14 DebugDrawer.cc 13 15 DynamicLines.cc 14 16 DynamicRenderable.cc 17 IcoSphere.cc 15 18 Mesh.cc 16 19 ParticleInterface.cc … … 29 32 ${Boost_SYSTEM_LIBRARY} # Filesystem dependency 30 33 tinyxml_orxonox 34 bullet_orxonox 31 35 util 32 36 core -
code/trunk/src/libraries/tools/ToolsPrereqs.h
r8351 r10190 86 86 { 87 87 class BillboardSet; 88 class BulletDebugDrawer; 89 class DebugDrawer; 90 class IcoSphere; 88 91 class Mesh; 89 92 class ParticleInterface;
Note: See TracChangeset
for help on using the changeset viewer.