Changeset 270 for code/branches/main_reto/src
- Timestamp:
- Nov 27, 2007, 6:09:22 PM (17 years ago)
- Location:
- code/branches/main_reto/src
- Files:
-
- 27 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/main_reto/src/CMakeLists.txt
r267 r270 26 26 27 27 #add weapon source dir 28 #ADD_SUBDIRECTORY(weapon) 28 ADD_SUBDIRECTORY(weapon) 29 ADD_SUBDIRECTORY(class_hierarchy) 30 ADD_SUBDIRECTORY(hud) 29 31 30 32 #Links the executable against OGRE and OIS 31 TARGET_LINK_LIBRARIES(../bin/main WEAPON ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}) 33 TARGET_LINK_LIBRARIES(../bin/main 34 WEAPON 35 CLASS_HIERARCHY 36 HUD 37 ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES} 38 ) 32 39 #TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
Note: See TracChangeset
for help on using the changeset viewer.