Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 11347 was 11347, checked in by maxima, 7 years ago

dialog branch merged to presentation

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