source:
code/branches/weapon_system_fw/src/hud/CMakeLists.txt
@
541
Last change on this file since 541 was 289, checked in by rgrieder, 17 years ago | |
---|---|
File size: 150 bytes |
Line | |
---|---|
1 | PROJECT(Orxonox) |
2 | |
3 | # create a few variables to simplify life |
4 | SET( HUD_SRC |
5 | hud_overlay.cc |
6 | test_overlay.cc |
7 | ) |
8 | |
9 | ADD_LIBRARY(HUD ${HUD_SRC} ) |
Note: See TracBrowser
for help on using the repository browser.