Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 21, 2008, 9:15:00 PM (16 years ago)
Author:
rgrieder
Message:

Added all necessary dependencies so that the tolua bind files are always regenerated when needed.

File:
1 edited

Legend:

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

    r1810 r1813  
    7070  OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc
    7171  COMMAND ${TOLUA_EXE} -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg
    72   DEPENDS tolua ${CMAKE_SOURCE_DIR}/src/orxonox/tolua/tolua.pkg
     72  DEPENDS tolua_orxonox tolua/tolua.pkg
    7373  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib
    7474)
Note: See TracChangeset for help on using the changeset viewer.