Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1147


Ignore:
Timestamp:
Apr 23, 2008, 10:30:57 PM (16 years ago)
Author:
rgrieder
Message:
  • re added some dependency code
Location:
code/branches/cmake/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cmake/src/core/CMakeLists.txt

    r1127 r1147  
    2727  Script.cc
    2828  tolua/tolua_bind.cc
     29  tolua/tolua_bind.h
     30)
     31
     32SET_SOURCE_FILES_PROPERTIES(tolua/tolua_bind.h
     33  PROPERTIES
     34  OBJECT_DEPENDS tolua/tolua_bind.h
     35  OBJECT_DEPENDS tolua/tolua_bind.cc
     36  GENERATED true
     37  HEADER_FILE_ONLY true
    2938)
    3039
  • code/branches/cmake/src/orxonox/CMakeLists.txt

    r1127 r1147  
    3131#  objects/weapon/WeaponStation.cc
    3232  tolua/tolua_bind.cc
     33  tolua/tolua_bind.h
     34)
     35
     36SET_SOURCE_FILES_PROPERTIES(tolua/tolua_bind.h
     37  PROPERTIES
     38  OBJECT_DEPENDS tolua/tolua_bind.h
     39  OBJECT_DEPENDS tolua/tolua_bind.cc
     40  GENERATED true
     41  HEADER_FILE_ONLY true
    3342)
    3443
Note: See TracChangeset for help on using the changeset viewer.