Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 14, 2010, 11:56:56 PM (14 years ago)
Author:
dafrick
Message:

Moving notifications to own module.

Location:
code/trunk/src/modules/notifications
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/notifications/CMakeLists.txt

    r5781 r7164  
    1 ADD_SOURCE_FILES(QUESTSYSTEM_SRC_FILES
     1SET_SOURCE_FILES(NOTIFICATIONS_SRC_FILES
    22  Notification.cc
    33  NotificationManager.cc
     
    55  NotificationQueue.cc
    66)
     7
     8ORXONOX_ADD_LIBRARY(notifications
     9  MODULE
     10  FIND_HEADER_FILES
     11  TOLUA_FILES
     12  PCH_FILE
     13    NotificationsPrecompiledHeaders.h
     14  LINK_LIBRARIES
     15    orxonox
     16    overlays
     17  SOURCE_FILES ${NOTIFICATIONS_SRC_FILES}
     18)
Note: See TracChangeset for help on using the changeset viewer.