Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8345


Ignore:
Timestamp:
Apr 27, 2011, 3:58:12 PM (13 years ago)
Author:
rgrieder
Message:

Build time optimisation in util (not that it actually matters…)

File:
1 edited

Legend:

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

    r8340 r8345  
    1919
    2020SET_SOURCE_FILES(UTIL_SRC_FILES
    21   Exception.cc
    22   Math.cc
    23   MultiType.cc
    24   SignalHandler.cc
    25   StringUtils.cc
    2621COMPILATION_BEGIN StableCompilation.cc
    2722  Clipboard.cc
     
    3833  SubString.cc
    3934COMPILATION_END
     35
     36  MultiType.cc
     37  Exception.cc
     38  Math.cc
     39  SignalHandler.cc
     40  StringUtils.cc
    4041)
    4142
Note: See TracChangeset for help on using the changeset viewer.