Changeset 1148 for code/branches/cmake/src/orxonox
- Timestamp:
- Apr 23, 2008, 10:55:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cmake/src/orxonox/CMakeLists.txt
r1147 r1148 31 31 # objects/weapon/WeaponStation.cc 32 32 tolua/tolua_bind.cc 33 tolua/tolua_bind.h33 # tolua/tolua_bind.h 34 34 ) 35 35 36 SET_SOURCE_FILES_PROPERTIES(tolua/tolua_bind.h37 PROPERTIES38 OBJECT_DEPENDS tolua/tolua_bind.h39 OBJECT_DEPENDS tolua/tolua_bind.cc40 GENERATED true41 HEADER_FILE_ONLY true42 )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 42 #) 43 43 44 44 GET_TARGET_PROPERTY(TOLUA_EXE tolua LOCATION) 45 45 ADD_CUSTOM_COMMAND( 46 OUTPUT tolua/tolua_bind.cc 47 COMMAND ${TOLUA_EXE} -n orxonox -o orxonox/tolua/tolua_bind.cc -H orxonox/tolua/tolua_bind.horxonox/tolua/tolua.pkg46 OUTPUT tolua/tolua_bind.cc tolua/tolua_bind.h 47 COMMAND ${TOLUA_EXE} -n orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg 48 48 DEPENDS tolua 49 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/ src49 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib 50 50 ) 51 51
Note: See TracChangeset
for help on using the changeset viewer.