Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2009, 11:09:25 PM (15 years ago)
Author:
landauf
Message:

Put all specialized overlays into a new library (overlays) which is declared as a plugin.
All files are still in their old directories for the moment, no new export macro defined, I just want to test this on another platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/orxonox/overlays/CMakeLists.txt

    r5622 r5627  
    22  OrxonoxOverlay.cc
    33  OverlayGroup.cc
     4)
     5
     6SET_SOURCE_FILES(OVERLAYS_SRC_FILES
    47  OverlayText.cc
    58  FadeoutText.cc
     
    1215ADD_SUBDIRECTORY(stats)
    1316
     17ORXONOX_ADD_LIBRARY(overlays
     18  PLUGIN
     19  FIND_HEADER_FILES
     20  DEFINE_SYMBOL
     21    "OVERLAYS_SHARED_BUILD"
     22  PCH_FILE
     23    ../OrxonoxPrecompiledHeaders.h
     24  LINK_LIBRARIES
     25    orxonox
     26  SOURCE_FILES ${OVERLAYS_SRC_FILES}
     27)
Note: See TracChangeset for help on using the changeset viewer.