Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2007, 6:09:22 PM (16 years ago)
Author:
rgrieder
Message:
  • added old version of class hierarchy in order to make things work (is not actually needed, but will be later anyway)
  • added the hud wrapper and the media files required
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/src/CMakeLists.txt

    r267 r270  
    2626
    2727#add weapon source dir
    28 #ADD_SUBDIRECTORY(weapon)
     28ADD_SUBDIRECTORY(weapon)
     29ADD_SUBDIRECTORY(class_hierarchy)
     30ADD_SUBDIRECTORY(hud)
    2931
    3032#Links the executable against OGRE and OIS
    31 TARGET_LINK_LIBRARIES(../bin/main WEAPON ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
     33TARGET_LINK_LIBRARIES(../bin/main
     34        WEAPON
     35        CLASS_HIERARCHY
     36        HUD
     37        ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}
     38        )
    3239#TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
Note: See TracChangeset for help on using the changeset viewer.