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/src/external/ceguilua/CMakeLists.txt

    r7143 r7152  
    5656ADD_CUSTOM_COMMAND(
    5757  OUTPUT ${CEGUILUA_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lua_CEGUI.cpp
    58   COMMAND tolua++app_orxonox -n CEGUI
    59                              -w ${CEGUILUA_BINARY_DIR}
    60                              -o ${CMAKE_CFG_INTDIR}/lua_CEGUI.cpp
    61                              -L exceptions.lua
    62                              -s ${TOLUA_PARSER_SOURCE}
    63                                 CEGUI.pkg
     58  COMMAND toluaapp_orxonox -n CEGUI
     59                           -w ${CEGUILUA_BINARY_DIR}
     60                           -o ${CMAKE_CFG_INTDIR}/lua_CEGUI.cpp
     61                           -L exceptions.lua
     62                           -s ${TOLUA_PARSER_SOURCE}
     63                              CEGUI.pkg
    6464  DEPENDS              ${TOLUA_PARSER_DEPENDENCIES}
    6565  WORKING_DIRECTORY    ${RUNTIME_LIBRARY_DIRECTORY}
     
    7979    ${CEGUI_VERSION}
    8080  LINK_LIBRARIES
    81     tolua++_orxonox
     81    tolua_orxonox
    8282    ${LUA_LIBRARIES}
    8383    ${CEGUI_LIBRARY}
Note: See TracChangeset for help on using the changeset viewer.