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/tolua/CMakeLists.txt

    r7143 r7152  
    2020################### Tolua++ library ###################
    2121
    22 SET_SOURCE_FILES(TOLUA++_FILES
     22SET_SOURCE_FILES(TOLUA_FILES
    2323  tolua_event.h
    2424  tolua++.h
     
    3232)
    3333
    34 ORXONOX_ADD_LIBRARY(tolua++_orxonox
     34ORXONOX_ADD_LIBRARY(tolua_orxonox
    3535  ORXONOX_EXTERNAL
    3636  DEFINE_SYMBOL
     
    4141    ${LUA_LIBRARIES}
    4242  SOURCE_FILES
    43     ${TOLUA++_FILES}
     43    ${TOLUA_FILES}
    4444)
    4545
     
    4747################## Tolua++ generator ##################
    4848
    49 ORXONOX_ADD_EXECUTABLE(tolua++app_orxonox
     49ORXONOX_ADD_EXECUTABLE(toluaapp_orxonox
    5050  ORXONOX_EXTERNAL
    5151  VERSION
     
    6161SET(TOLUA_PARSER_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/all-${LUA_VERSION}.lua" CACHE INTERNAL "")
    6262SET(TOLUA_PARSER_DEPENDENCIES
    63   tolua++app_orxonox
     63  toluaapp_orxonox
    6464  ${CMAKE_CURRENT_SOURCE_DIR}/all-${LUA_VERSION}.lua
    6565  ${CMAKE_CURRENT_SOURCE_DIR}/lua/compat-5.1.lua
Note: See TracChangeset for help on using the changeset viewer.