Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/questsystem/CMakeLists.txt @ 7401

Last change on this file since 7401 was 7401, checked in by landauf, 14 years ago

merged doc branch back to trunk

  • Property svn:eol-style set to native
File size: 558 bytes
Line 
1SET_SOURCE_FILES(QUESTSYSTEM_SRC_FILES
2  GlobalQuest.cc
3  LocalQuest.cc
4  Quest.cc
5  QuestDescription.cc
6  QuestEffect.cc
7  QuestEffectBeacon.cc
8  QuestHint.cc
9  QuestItem.cc
10  QuestListener.cc
11  QuestManager.cc
12  QuestNotification.cc
13)
14
15ADD_SUBDIRECTORY(effects)
16
17ORXONOX_ADD_LIBRARY(questsystem
18  MODULE
19  FIND_HEADER_FILES
20  TOLUA_FILES
21    QuestManager.h
22    QuestDescription.h
23    Quest.h
24    QuestHint.h
25  PCH_FILE
26    QuestsystemPrecompiledHeaders.h
27  LINK_LIBRARIES
28    orxonox
29    notifications
30    objects
31  SOURCE_FILES ${QUESTSYSTEM_SRC_FILES}
32)
Note: See TracBrowser for help on using the repository browser.