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/core/CMakeLists.txt

    r1555 r1612  
    5353GET_TARGET_PROPERTY(TOLUA_EXE tolua LOCATION)
    5454ADD_CUSTOM_COMMAND(
    55   OUTPUT tolua/tolua_bind.cc tolua/tolua_bind.h
     55  OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc
    5656  COMMAND ${TOLUA_EXE} -n core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg
    5757  DEPENDS tolua
Note: See TracChangeset for help on using the changeset viewer.