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

    r5929 r7152  
    1818 #
    1919
    20 SET_SOURCE_FILES(TINYXML++_FILES
     20SET_SOURCE_FILES(TINYXML_FILES
    2121  ticpp.h
    2222  ticpprc.h
     
    3333)
    3434
    35 ORXONOX_ADD_LIBRARY(tinyxml++_orxonox
     35ORXONOX_ADD_LIBRARY(tinyxml_orxonox
    3636  ORXONOX_EXTERNAL
    3737  NO_DLL_INTERFACE
     
    3939    2.5.3
    4040  SOURCE_FILES
    41     ${TINYXML++_FILES}
     41    ${TINYXML_FILES}
    4242)
Note: See TracChangeset for help on using the changeset viewer.