Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 4, 2009, 8:03:26 PM (15 years ago)
Author:
rgrieder
Message:

Added a few more compilations in our own libraries.
Also fixed a bug in tools/CMakeLists.txt (ADD instead of SET_SOURCE_FILES caused the list of files to grow every cmake run, but REMOVE_DUPLICATES took care of it anyway).

File:
1 edited

Legend:

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

    r5867 r5873  
    1919
    2020SET_SOURCE_FILES(CORE_SRC_FILES
    21   ConfigFileManager.cc
    2221  ConfigValueContainer.cc
    2322  Core.cc
     
    3231  Language.cc
    3332  LuaState.cc
    34   MemoryArchive.cc
    3533  ObjectListBase.cc
    3634  OrxonoxClass.cc
    37   PathConfig.cc
    3835  Resource.cc
    3936  ScopedSingletonManager.cc
     
    4138
    4239  # command
    43   ArgumentCompletionFunctions.cc
    4440  CommandEvaluation.cc
    4541  CommandExecutor.cc
     
    6763  Shell.cc
    6864  TclBind.cc
    69   TclThreadManager.cc
     65
     66COMPILATION_BEGIN FilesystemCompilation.cc
     67  ArgumentCompletionFunctions.cc
     68  ConfigFileManager.cc
     69  MemoryArchive.cc
     70  PathConfig.cc
     71COMPILATION_END
    7072
    7173  # multithreading
     74  ThreadPool.cc
     75COMPILATION_BEGIN ThreadCompilation.cc
     76  TclThreadManager.cc
    7277  Thread.cc
    73   ThreadPool.cc
     78COMPILATION_END
    7479)
     80
    7581ADD_SUBDIRECTORY(input)
    7682
Note: See TracChangeset for help on using the changeset viewer.