Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Finished EditMode, needs some polish (no not the language…) though.
Took better advantage of lua tables in NotificationLayer.lua
Fixed a lot of bugs, it really is a miracle that the Notifications worked as well as they did.

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