Last change
on this file since 500 was
283,
checked in by rgrieder, 17 years ago
|
- removed the loader files due to several compiler errors (not needed in this branch anyway)
- added a suitable CMake concept for subfolders (in this case just the one)
- hud not yet implemented in orxonox.cc (however it is in main_reto branch)
|
File size:
132 bytes
|
Line | |
---|
1 | PROJECT(Orxonox) |
---|
2 | |
---|
3 | # create a few variables to simplify life |
---|
4 | SET( HUD_SRC |
---|
5 | hud_overlay.cc |
---|
6 | ) |
---|
7 | |
---|
8 | ADD_LIBRARY(HUD ${HUD_SRC} ) |
---|
Note: See
TracBrowser
for help on using the repository browser.