Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 11454 was 11317, checked in by dmoritz, 8 years ago

Picture added

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