Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 8446 was 8446, checked in by dafrick, 13 years ago

Removing editMode stuff, since that doesn't work anymore and that won't change for quite some time.
Seperating CEGUI from NotificationQueue stuff by introducing a new NotificationQueue called the NotificationQueueCEGUI.

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