Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.