source:
code/branches/FICN/src/hud/CMakeLists.txt
@
618
Last change on this file since 618 was 502, checked in by nicolasc, 17 years ago | |
---|---|
File size: 132 bytes |
Rev | Line | |
---|---|---|
[283] | 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.