Changeset 341 for code/branches/FICN/src/orxonox/hud
- Timestamp:
- Nov 28, 2007, 9:54:59 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox/hud
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/hud/CMakeLists.txt
r337 r341 1 1 PROJECT(Orxonox) 2 2 3 SET(SRC_FILES hud_overlay.cc test_overlay.cc) 3 SET( HUD_SRC_FILES 4 hud_overlay.cc 5 test_overlay.cc 6 ) 4 7 5 ADD_LIBRARY(objects ${SRC_FILES}) 8 LINK_DIRECTORIES(.) 9 10 ADD_LIBRARY(hud ${HUD_SRC_FILES}) -
code/branches/FICN/src/orxonox/hud/hud_overlay.h
r340 r341 33 33 #include "OgrePrerequisites.h" 34 34 35 #include " ../orxonox_prerequisites.h"35 #include "orxonox/orxonox_prerequisites.h" 36 36 37 37 -
code/branches/FICN/src/orxonox/hud/test_overlay.h
r340 r341 33 33 #include "OgrePrerequisites.h" 34 34 35 #include " ../orxonox_prerequisites.h"35 #include "orxonox/orxonox_prerequisites.h" 36 36 37 37
Note: See TracChangeset
for help on using the changeset viewer.