Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7620


Ignore:
Timestamp:
Nov 6, 2010, 2:36:11 PM (13 years ago)
Author:
rgrieder
Message:

Also create output directories for CEGUILua.

File:
1 edited

Legend:

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

    r7163 r7620  
    5353ENDIF()
    5454
     55# Workaround for XCode: The folder where the bind files are written to has
     56# to be present beforehand.
     57IF(CMAKE_CONFIGURATION_TYPES)
     58  FOREACH(_dir ${CMAKE_CONFIGURATION_TYPES})
     59    FILE(MAKE_DIRECTORY ${CEGUILUA_BINARY_DIR}/${_dir})
     60  ENDFOREACH(_dir)
     61ENDIF()
     62
    5563# Create the tolua bind file. We could use the orignal file though, but it is 1.6MB...
    5664ADD_CUSTOM_COMMAND(
Note: See TracChangeset for help on using the changeset viewer.