Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 21, 2011, 11:18:20 PM (14 years ago)
Author:
landauf
Message:

documented the remaining code of the output system
created a build unit for the output system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/util/CMakeLists.txt

    r8850 r8853  
    3939  SignalHandler.cc
    4040  StringUtils.cc
    41   output/OutputStream.cc
    42   output/OutputManager.cc
    43   output/OutputListener.cc
    44   output/BaseWriter.cc
    45   output/ConsoleWriter.cc
    46   output/LogWriter.cc
    47   output/MemoryWriter.cc
    48   output/SubcontextOutputListener.cc
    4941)
     42
     43ADD_SUBDIRECTORY(output)
    5044
    5145ORXONOX_ADD_LIBRARY(util
Note: See TracChangeset for help on using the changeset viewer.