Changeset 1815 for code/trunk/src/orxonox
- Timestamp:
- Sep 21, 2008, 10:42:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/CMakeLists.txt
r1813 r1815 70 70 OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc 71 71 COMMAND ${TOLUA_EXE} -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg 72 DEPENDS tolua_orxonox tolua/tolua.pkg 72 DEPENDS 73 tolua_orxonox 74 tolua/tolua.pkg 75 gui/GUIManager.h 73 76 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib 74 77 )
Note: See TracChangeset
for help on using the changeset viewer.