Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Started work on edit mode. ConsoleCommand is not yet working.
Some additional cleanup. All the NotificationQueues generated by the NotificationManager now are destroyed upon destruction of the NotificationManager.
Removed NotificationQueue from level files.

  • Property svn:eol-style set to native
File size: 394 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    NotificationManager.h
15  PCH_FILE
16    NotificationsPrecompiledHeaders.h
17  LINK_LIBRARIES
18    orxonox
19  SOURCE_FILES ${NOTIFICATIONS_SRC_FILES}
20)
Note: See TracBrowser for help on using the repository browser.