Changeset 1612 for code/trunk/src/orxonox
- Timestamp:
- Jun 19, 2008, 11:59:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/CMakeLists.txt
r1608 r1612 47 47 GET_TARGET_PROPERTY(TOLUA_EXE tolua LOCATION) 48 48 ADD_CUSTOM_COMMAND( 49 OUTPUT tolua/tolua_bind.cc tolua/tolua_bind.h49 OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc 50 50 COMMAND ${TOLUA_EXE} -n orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg 51 51 DEPENDS tolua
Note: See TracChangeset
for help on using the changeset viewer.