Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/notifications/CMakeLists.txt @ 7178

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

Moving notifications to own module.

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