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/util/CMakeLists.txt

    r5855 r5873  
    1919
    2020SET_SOURCE_FILES(UTIL_SRC_FILES
     21  Exception.cc
     22  Math.cc
     23  MultiType.cc
     24  Scope.cc
     25  StringUtils.cc
     26COMPILATION_BEGIN StableCompilation.cc
    2127  Clipboard.cc
    2228  Clock.cc
    2329  CRC32.cc
    24   Exception.cc
    2530  ExprParser.cc
    26   Math.cc
    27   MultiType.cc
    2831  OutputBuffer.cc
    2932  OutputHandler.cc
    30   Scope.cc
    3133  SignalHandler.cc
    3234  Sleep.cc
    33   StringUtils.cc
    3435  SubString.cc
     36COMPILATION_END
    3537)
    3638
Note: See TracChangeset for help on using the changeset viewer.