Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/src/modules/overlays/CMakeLists.txt @ 11051

Last change on this file since 11051 was 11051, checked in by landauf, 8 years ago

overlays module doesn't need to depend on weapons module since only base classes from the orxonox library are used

  • Property svn:eol-style set to native
File size: 334 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  LINK_LIBRARIES
17    orxonox
18  SOURCE_FILES ${OVERLAYS_SRC_FILES}
19)
Note: See TracBrowser for help on using the repository browser.