Changeset 1808 for code/branches/ceguilua/src/orxonox
- Timestamp:
- Sep 21, 2008, 8:30:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ceguilua/src/orxonox/CMakeLists.txt
r1804 r1808 66 66 ) 67 67 68 GET_TARGET_PROPERTY(TOLUA_EXE tolua LOCATION)68 GET_TARGET_PROPERTY(TOLUA_EXE tolua_orxonox LOCATION) 69 69 ADD_CUSTOM_COMMAND( 70 70 OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc … … 98 98 ${OGRE_LIBRARIES} 99 99 ${CEGUI_LIBRARIES} 100 ${CEGUI_SCRIPT_LIBRARIES}101 100 lua_orxonox 101 ceguilua_orxonox 102 102 tinyxml_orxonox 103 103 tolualib_orxonox
Note: See TracChangeset
for help on using the changeset viewer.