Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 23, 2010, 7:00:18 PM (14 years ago)
Author:
rgrieder
Message:

Removed "++" signs from CMake variables and targets names. This only concerns tolua++ and tinyxml++.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/cmake/tools/GenerateToluaBindings.cmake

    r7139 r7152  
    6666  ADD_CUSTOM_COMMAND(
    6767    OUTPUT ${_tolua_cxxfile} ${_tolua_hfile}
    68     COMMAND tolua++app_orxonox -n ${_tolua_package}
    69                                -w ${CMAKE_CURRENT_SOURCE_DIR}
    70                                -o ${_tolua_cxxfile}
    71                                -H ${_tolua_hfile}
    72                                -s ${TOLUA_PARSER_SOURCE}
    73                                   ${_tolua_pkgfile}
     68    COMMAND toluaapp_orxonox -n ${_tolua_package}
     69                             -w ${CMAKE_CURRENT_SOURCE_DIR}
     70                             -o ${_tolua_cxxfile}
     71                             -H ${_tolua_hfile}
     72                             -s ${TOLUA_PARSER_SOURCE}
     73                                ${_tolua_pkgfile}
    7474    DEPENDS           ${TOLUA_PARSER_DEPENDENCIES}
    7575    IMPLICIT_DEPENDS  ${_implicit_dependencies}
Note: See TracChangeset for help on using the changeset viewer.