Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 13, 2009, 10:16:19 AM (15 years ago)
Author:
rgrieder
Message:
  • Using REGEX "…" EXCLCUDE in INSTALL avoids a call to FILE(GLOB) (quite slow) at CMake (instead of install) time
  • Excluded audio target again (linker tests were successfull so far)
  • Removed unexplainable code I once inserted in cpptcl.cc, didn't experience the problem anymore (was weird behaviour anyway)
  • Sorting out some library depdencies (just a detail)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/orxonox/CMakeLists.txt

    r2643 r2652  
    5959ENDIF(NETWORKTRAFFIC_TESTING_ENABLED)
    6060
    61 TARGET_LINK_LIBRARIES( orxonox
     61TARGET_LINK_LIBRARIES(orxonox
    6262  ${OGRE_LIBRARY}
    6363  ${CEGUI_LIBRARY}
    6464  ${LUA_LIBRARIES}
    6565  ${CEGUILUA_LIBRARY}
     66  ${Boost_SYSTEM_LIBRARY}
    6667  ogreceguirenderer_orxonox
    6768  tinyxml++_orxonox
     
    6970  util
    7071  core
     72  network
    7173  #audio
    72   network
    7374)
    7475
Note: See TracChangeset for help on using the changeset viewer.