Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 19, 2008, 11:59:00 PM (16 years ago)
Author:
rgrieder
Message:

tardis boxes were updated to cmake 2.6 which revealed a bug. [fixed]

File:
1 edited

Legend:

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

    r1608 r1612  
    4747GET_TARGET_PROPERTY(TOLUA_EXE tolua LOCATION)
    4848ADD_CUSTOM_COMMAND(
    49   OUTPUT tolua/tolua_bind.cc tolua/tolua_bind.h
     49  OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc
    5050  COMMAND ${TOLUA_EXE} -n orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg
    5151  DEPENDS tolua
Note: See TracChangeset for help on using the changeset viewer.