Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/objects/quest/CMakeLists.txt @ 5693

Last change on this file since 5693 was 5693, checked in by landauf, 15 years ago

merged libraries branch back to trunk

  • Property svn:eol-style set to native
File size: 705 bytes
Line 
1SET_SOURCE_FILES(QUEST_SRC_FILES
2  AddQuest.cc
3  AddQuestHint.cc
4  AddReward.cc
5  ChangeQuestStatus.cc
6  CompleteQuest.cc
7  FailQuest.cc
8  GlobalQuest.cc
9  LocalQuest.cc
10  Quest.cc
11  QuestDescription.cc
12  QuestEffect.cc
13  QuestEffectBeacon.cc
14  QuestHint.cc
15  QuestItem.cc
16  QuestListener.cc
17  QuestManager.cc
18  QuestNotification.cc
19)
20
21ADD_SUBDIRECTORY(notifications)
22
23# add the parent directory for tolua (TODO: remove this if the quest module is moved somewhere else)
24INCLUDE_DIRECTORIES(..)
25
26ORXONOX_ADD_LIBRARY(quest
27  MODULE
28  TOLUA_FILES
29    QuestDescription.h
30    QuestManager.h
31  DEFINE_SYMBOL
32    "QUEST_SHARED_BUILD"
33  LINK_LIBRARIES
34    orxonox
35    overlays
36  SOURCE_FILES ${QUEST_SRC_FILES}
37)
Note: See TracBrowser for help on using the repository browser.