Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2008, 10:30:57 PM (16 years ago)
Author:
rgrieder
Message:
  • re added some dependency code
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.