Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1843 for code/trunk/src/core


Ignore:
Timestamp:
Sep 28, 2008, 12:18:45 PM (16 years ago)
Author:
rgrieder
Message:

Added tolua_bind.h for core and orxonox to the output list —> make clean deletes them too

File:
1 edited

Legend:

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

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