source:
code/trunk/src/modules/notifications/CMakeLists.txt
@
7504
Last change on this file since 7504 was 7403, checked in by dafrick, 14 years ago | |
---|---|
|
|
File size: 418 bytes |
Rev | Line | |
---|---|---|
[7164] | 1 | SET_SOURCE_FILES(NOTIFICATIONS_SRC_FILES |
[5635] | 2 | Notification.cc |
[7193] | 3 | NotificationDispatcher.cc |
[5635] | 4 | NotificationManager.cc |
[5648] | 5 | NotificationQueue.cc |
[5635] | 6 | ) |
[7164] | 7 | |
[7193] | 8 | ADD_SUBDIRECTORY(dispatchers) |
9 | ||
[7164] | 10 | ORXONOX_ADD_LIBRARY(notifications |
11 | MODULE | |
12 | FIND_HEADER_FILES | |
13 | TOLUA_FILES | |
[7403] | 14 | NotificationManager.h |
15 | NotificationQueue.h | |
[7164] | 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.