Changeset 2640 for code/branches/buildsystem2/src/ceguilua
- Timestamp:
- Feb 8, 2009, 10:02:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/ceguilua/CMakeLists.txt
r2634 r2640 50 50 # Create the tolua bind file. We could use the orignal file though, but it is 1.6MB... 51 51 ADD_CUSTOM_COMMAND( 52 OUTPUT ${CEGUILUA_BINARY_DIR}/ lua_CEGUI.cpp52 OUTPUT ${CEGUILUA_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lua_CEGUI.cpp 53 53 COMMAND tolua++app_orxonox -n CEGUI 54 54 -w ${CEGUILUA_BINARY_DIR} 55 -o lua_CEGUI.cpp55 -o ${CMAKE_CFG_INTDIR}/lua_CEGUI.cpp 56 56 -L exceptions.lua 57 57 -s ${TOLUA_PARSER_SOURCE}
Note: See TracChangeset
for help on using the changeset viewer.