Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1844 for code


Ignore:
Timestamp:
Sep 28, 2008, 12:29:56 PM (16 years ago)
Author:
rgrieder
Message:

Removed ois dependency from orxonox and removed lua dependency from util

Location:
code/trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/CMakeLists.txt

    r1843 r1844  
    7070TARGET_LINK_LIBRARIES(core
    7171  ${OGRE_LIBRARIES}
     72  ${Boost_thread_LIBRARIES}
     73  ${Boost_filesystem_LIBRARIES}
    7274  lua_orxonox
    7375  cpptcl_orxonox
     
    7678  tolualib_orxonox
    7779  util
    78   ${Boost_thread_LIBRARIES}
    79   ${Boost_filesystem_LIBRARIES}
    8080)
  • code/trunk/src/orxonox/CMakeLists.txt

    r1843 r1844  
    3434  overlays/hud/HUDSpeedBar.cc
    3535
    36   tolua/tolua_bind.cc
    37 
    3836  tools/BillboardSet.cc
    3937  tools/Light.cc
     
    6462  objects/RotatingProjectile.cc
    6563  objects/ParticleProjectile.cc
     64
     65  tolua/tolua_bind.cc
    6666)
    6767
     
    105105  tinyxml_orxonox
    106106  tolualib_orxonox
    107   ois_orxonox
    108107  util
    109108  core
  • code/trunk/src/util/CMakeLists.txt

    r1821 r1844  
    2020TARGET_LINK_LIBRARIES(util
    2121  ${OGRE_LIBRARIES}
    22   ${Lua_LIBRARIES}
    2322)
Note: See TracChangeset for help on using the changeset viewer.