Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7164 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
Line 
1SET_SOURCE_FILES(NOTIFICATIONS_SRC_FILES
2  Notification.cc
3  NotificationManager.cc
4  NotificationOverlay.cc
5  NotificationQueue.cc
6)
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.