Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/libraries/tools/CMakeLists.txt @ 10470

Last change on this file since 10470 was 10190, checked in by landauf, 9 years ago

added utility to visualize collision shapes

  • Property svn:eol-style set to native
File size: 684 bytes
RevLine 
[5929]1SET_SOURCE_FILES(TOOLS_SRC_FILES
[8729]2
3BUILD_UNIT ResourceBuildUnit.cc
[5929]4  ResourceCollection.cc
5  ResourceLocation.cc
[8729]6END_BUILD_UNIT
7
[5929]8  TextureGenerator.cc
9  Timer.cc
[8729]10
11BUILD_UNIT OgreBuildUnit.cc
[2126]12  BillboardSet.cc
[10190]13  BulletDebugDrawer.cc
14  DebugDrawer.cc
[3196]15  DynamicLines.cc
16  DynamicRenderable.cc
[10190]17  IcoSphere.cc
[2126]18  Mesh.cc
19  ParticleInterface.cc
[2662]20  Shader.cc
[8729]21END_BUILD_UNIT
[2126]22)
[8729]23
[7163]24#ADD_SUBDIRECTORY(bsp)
[5693]25ADD_SUBDIRECTORY(interfaces)
26
27ORXONOX_ADD_LIBRARY(tools
[5749]28  FIND_HEADER_FILES
[5693]29  LINK_LIBRARIES
[8351]30    ${OGRE_LIBRARY}
31    ${Boost_FILESYSTEM_LIBRARY}
32    ${Boost_SYSTEM_LIBRARY} # Filesystem dependency
33    tinyxml_orxonox
[10190]34    bullet_orxonox
[8351]35    util
[5693]36    core
[8351]37  SOURCE_FILES
38    ${TOOLS_SRC_FILES}
[5693]39)
Note: See TracBrowser for help on using the repository browser.