Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2009, 11:02:42 AM (15 years ago)
Author:
rgrieder
Message:

Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/CMakeLists.txt

    r5774 r5781  
    2525  DynLib.cc
    2626  DynLibManager.cc
     27  Event.cc
    2728  Game.cc
     29  GameMode.cc
    2830  GameState.cc
     31  GraphicsManager.cc
     32  GUIManager.cc
    2933  Language.cc
    3034  LuaState.cc
     35  MemoryArchive.cc
    3136  ObjectListBase.cc
    3237  OrxonoxClass.cc
     38  Resource.cc
     39  WindowEventListener.cc
    3340
    3441  # command
     42  ArgumentCompletionFunctions.cc
     43  CommandEvaluation.cc
     44  CommandExecutor.cc
    3545  CommandLine.cc
     46  ConsoleCommand.cc
     47  ConsoleCommandCompilation.cc
    3648  Executor.cc
    3749
     
    4355  # level
    4456  BaseObject.cc
     57  ClassTreeMask.cc
     58  Loader.cc
     59  Namespace.cc
     60  NamespaceNode.cc
     61  Template.cc
     62  XMLPort.cc
     63  XMLNameListener.cc
    4564
     65  # shell
     66  IRC.cc
     67  Shell.cc
     68  TclBind.cc
     69  TclThreadManager.cc
     70 
    4671  # multithreading
    4772  Thread.cc
    4873  ThreadPool.cc
    4974)
     75ADD_SUBDIRECTORY(input)
    5076
    5177ORXONOX_ADD_LIBRARY(core
    5278  FIND_HEADER_FILES
    5379  TOLUA_FILES
     80    CommandExecutor.h
     81    Loader.h
    5482    LuaState.h
    5583  DEFINE_SYMBOL
     
    6391    ${Boost_THREAD_LIBRARY}
    6492    ${Boost_DATE_TIME_LIBRARY} # Thread dependency
     93    ${CEGUI_LIBRARY}
     94    ${CEGUILUA_LIBRARY}
    6595    ${LUA_LIBRARIES}
     96    cpptcl_orxonox
     97    ogreceguirenderer_orxonox
     98    ois_orxonox
     99    tinyxml++_orxonox
    66100    tolua++_orxonox
    67101    util
Note: See TracChangeset for help on using the changeset viewer.