Changeset 7152 for code/branches/presentation3/cmake
- Timestamp:
- Jun 23, 2010, 7:00:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/cmake/tools/GenerateToluaBindings.cmake
r7139 r7152 66 66 ADD_CUSTOM_COMMAND( 67 67 OUTPUT ${_tolua_cxxfile} ${_tolua_hfile} 68 COMMAND tolua ++app_orxonox -n ${_tolua_package}69 70 71 72 73 68 COMMAND toluaapp_orxonox -n ${_tolua_package} 69 -w ${CMAKE_CURRENT_SOURCE_DIR} 70 -o ${_tolua_cxxfile} 71 -H ${_tolua_hfile} 72 -s ${TOLUA_PARSER_SOURCE} 73 ${_tolua_pkgfile} 74 74 DEPENDS ${TOLUA_PARSER_DEPENDENCIES} 75 75 IMPLICIT_DEPENDS ${_implicit_dependencies}
Note: See TracChangeset
for help on using the changeset viewer.