Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/fps/src/libraries/tools/CMakeLists.txt @ 7414

Last change on this file since 7414 was 6826, checked in by landauf, 14 years ago

excluded bsp renderer from compilation until linux compile problems are solved

  • Property svn:eol-style set to native
File size: 542 bytes
RevLine 
[5929]1SET_SOURCE_FILES(TOOLS_SRC_FILES
2COMPILATION_BEGIN ResourceCompilation.cc
3  ResourceCollection.cc
4  ResourceLocation.cc
5COMPILATION_END
6  TextureGenerator.cc
7  Timer.cc
8COMPILATION_BEGIN OgreCompilation.cc
[2126]9  BillboardSet.cc
[3196]10  DynamicLines.cc
11  DynamicRenderable.cc
[2126]12  Mesh.cc
13  ParticleInterface.cc
[2662]14  Shader.cc
[5929]15COMPILATION_END
[2126]16)
[6826]17#ADD_SUBDIRECTORY(bsp)
[5693]18ADD_SUBDIRECTORY(interfaces)
19
20ORXONOX_ADD_LIBRARY(tools
[5749]21  FIND_HEADER_FILES
[5693]22  DEFINE_SYMBOL
23    "TOOLS_SHARED_BUILD"
24  LINK_LIBRARIES
25    core
[6417]26    network
[5693]27  SOURCE_FILES ${TOOLS_SRC_FILES}
28)
Note: See TracBrowser for help on using the repository browser.