Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/notifications/src/modules/notifications/CMakeLists.txt @ 7338

Last change on this file since 7338 was 7338, checked in by dafrick, 14 years ago

Changing from OrxonoxOverlays to CEGUI as means of displaying Notifications.
Still messy and not working completely but it's a start.

  • Property svn:eol-style set to native
File size: 368 bytes
Line 
1SET_SOURCE_FILES(NOTIFICATIONS_SRC_FILES
2  Notification.cc
3  NotificationDispatcher.cc
4  NotificationManager.cc
5  NotificationQueue.cc
6)
7
8ADD_SUBDIRECTORY(dispatchers)
9
10ORXONOX_ADD_LIBRARY(notifications
11  MODULE
12  FIND_HEADER_FILES
13  TOLUA_FILES
14  PCH_FILE
15    NotificationsPrecompiledHeaders.h
16  LINK_LIBRARIES
17    orxonox
18  SOURCE_FILES ${NOTIFICATIONS_SRC_FILES}
19)
Note: See TracBrowser for help on using the repository browser.