Last change
on this file since 6880 was
5781,
checked in by rgrieder, 15 years ago
|
Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).
|
-
Property svn:eol-style set to
native
|
File size:
378 bytes
|
Line | |
---|
1 | SET_SOURCE_FILES(OVERLAYS_SRC_FILES |
---|
2 | OverlayText.cc |
---|
3 | FadeoutText.cc |
---|
4 | GUIOverlay.cc |
---|
5 | ) |
---|
6 | |
---|
7 | ADD_SUBDIRECTORY(debugging) |
---|
8 | ADD_SUBDIRECTORY(hud) |
---|
9 | ADD_SUBDIRECTORY(stats) |
---|
10 | |
---|
11 | ORXONOX_ADD_LIBRARY(overlays |
---|
12 | MODULE |
---|
13 | FIND_HEADER_FILES |
---|
14 | PCH_FILE |
---|
15 | OverlaysPrecompiledHeaders.h |
---|
16 | DEFINE_SYMBOL |
---|
17 | "OVERLAYS_SHARED_BUILD" |
---|
18 | LINK_LIBRARIES |
---|
19 | orxonox |
---|
20 | SOURCE_FILES ${OVERLAYS_SRC_FILES} |
---|
21 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.