Changeset 1147 for code/branches/cmake/src
- Timestamp:
- Apr 23, 2008, 10:30:57 PM (17 years ago)
- Location:
- code/branches/cmake/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cmake/src/core/CMakeLists.txt
r1127 r1147 27 27 Script.cc 28 28 tolua/tolua_bind.cc 29 tolua/tolua_bind.h 30 ) 31 32 SET_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 29 38 ) 30 39 -
code/branches/cmake/src/orxonox/CMakeLists.txt
r1127 r1147 31 31 # objects/weapon/WeaponStation.cc 32 32 tolua/tolua_bind.cc 33 tolua/tolua_bind.h 34 ) 35 36 SET_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 33 42 ) 34 43
Note: See TracChangeset
for help on using the changeset viewer.