Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 12, 2009, 1:32:30 AM (15 years ago)
Author:
landauf
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/orxonox/tools/CMakeLists.txt

    r3196 r5633  
    1 ADD_SOURCE_FILES(ORXONOX_SRC_FILES
     1ADD_SOURCE_FILES(TOOLS_SRC_FILES
    22  BillboardSet.cc
    33  DynamicLines.cc
     
    99  Timer.cc
    1010)
     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 TracChangeset for help on using the changeset viewer.