Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 28, 2008, 2:27:03 PM (16 years ago)
Author:
rgrieder
Message:

Merged Revisions 1831 - 1845 to tutorial. This is an update from the trunk.

Location:
code/branches/orxonox_tutorial
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/orxonox_tutorial

  • code/branches/orxonox_tutorial/src/core/CMakeLists.txt

    r1815 r1846  
    5656GET_TARGET_PROPERTY(TOLUA_EXE tolua_orxonox LOCATION)
    5757ADD_CUSTOM_COMMAND(
    58   OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc
     58  OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.h
    5959  COMMAND ${TOLUA_EXE} -n Core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg
    6060  DEPENDS
     
    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.