Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/overlays/CMakeLists.txt @ 5751

Last change on this file since 5751 was 5751, checked in by rgrieder, 15 years ago

Renamed overlays/debug to debugging because of a conflict in the binary directory for the debug configuration (folder named "Debug" by CMake).

  • Property svn:eol-style set to native
File size: 378 bytes
Line 
1SET_SOURCE_FILES(OVERLAYS_SRC_FILES
2  OverlayText.cc
3  FadeoutText.cc
4  GUIOverlay.cc
5)
6
7ADD_SUBDIRECTORY(debugging)
8ADD_SUBDIRECTORY(hud)
9ADD_SUBDIRECTORY(stats)
10
11ORXONOX_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.