Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2009, 7:53:22 PM (16 years ago)
Author:
rgrieder
Message:
  • Added version info (written by the linker) to all libraries
  • Target dependency bugfix for msvc in doc/api
  • Fixed possibly non existent html directory when installing docs
  • Merged the three Bullet libraries into a single one
  • No warnings at all from third party libraries
  • Performance tweak in ceguilua CMake files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem3/src/tinyxml/CMakeLists.txt

    r2664 r2670  
    3232GENERATE_SOURCE_GROUPS(${TINYXML++_FILES})
    3333
     34# No warnings needed from third party libraries
     35ADD_COMPILER_FLAGS("-w")
     36
    3437IF(MSVC)
    3538  ADD_LIBRARY(tinyxml++_orxonox STATIC ${TINYXML++_FILES})
     
    3841  ORXONOX_INSTALL(tinyxml++_orxonox)
    3942ENDIF()
     43
     44SET_TARGET_PROPERTIES(tinyxml++_orxonox PROPERTIES VERSION 2.5.3)
Note: See TracChangeset for help on using the changeset viewer.