Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2009, 9:48:11 PM (15 years ago)
Author:
rgrieder
Message:

Removed three calls to GET_ALL_HEADER_FILES which in turn calls FILE(GLOB_RECURSE), which is quite slow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/ceguilua/CMakeLists.txt

    r2626 r2627  
    4141    BREAK() # _version > CEGUI_VERSION
    4242  ENDIF()
    43   ADD_SUBDIRECTORY(ceguilua-${_version})
     43 
     44  ADD_SUBDIRECTORY(ceguilua-${_version}) # Sets parent scope variable
     45  FOREACH(_file ${_package_files})
     46    CONFIGURE_FILE(ceguilua-${_version}/package/${_file} ${CEGUILUA_BINARY_DIR}/${_file} COPYONLY)
     47  ENDFOREACH(_file)
    4448ENDFOREACH(_version)
    4549
Note: See TracChangeset for help on using the changeset viewer.