Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/libraries/src/orxonox/tools/CMakeLists.txt @ 5633

Last change on this file since 5633 was 5633, checked in by landauf, 15 years ago

Put all tools into a new library called tools (phear my naming skillz!)
I had to move Tickable.h and TimeFactorListener.h to tools/interfaces
Theoretically one could move the other interfaces as well (except RadarViewable), but I don't think they belong to "tools" (just because you CAN, it doesn't mean you HAVE to).

  • Property svn:eol-style set to native
File size: 352 bytes
Line 
1ADD_SOURCE_FILES(TOOLS_SRC_FILES
2  BillboardSet.cc
3  DynamicLines.cc
4  DynamicRenderable.cc
5  Mesh.cc
6  ParticleInterface.cc
7  Shader.cc
8  TextureGenerator.cc
9  Timer.cc
10)
11ADD_SUBDIRECTORY(interfaces)
12
13ORXONOX_ADD_LIBRARY(tools
14#  FIND_HEADER_FILES
15  DEFINE_SYMBOL
16    "TOOLS_SHARED_BUILD"
17  LINK_LIBRARIES
18    core
19  SOURCE_FILES ${TOOLS_SRC_FILES}
20)
Note: See TracBrowser for help on using the repository browser.