Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 4, 2009, 6:06:33 PM (15 years ago)
Author:
rgrieder
Message:

Compiling our third party libraries with as few files as possible. There should be quite a speedup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/cmake/SourceFileUtilities.cmake

    r5870 r5871  
    4747        MESSAGE(FATAL_ERROR "No name provided for source file compilation")
    4848      ENDIF()
     49      SET(_include_string)
    4950      FOREACH(_file2 ${_compilation})
    50         SET(_include_string "${_include_string}\n#include \"${_file2}\"")
     51        SET(_include_string "${_include_string}#include \"${_file2}\"\n")
    5152      ENDFOREACH(_file2)
    5253      IF(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/${_compilation_name})
Note: See TracChangeset for help on using the changeset viewer.