Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2909 was 2909, checked in by dafrick, 15 years ago

Merging the QuestSystem branch to the trunk. Let's hope, this isn't a 'third time's the charm'-thing…

  • Property svn:eol-style set to native
File size: 353 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_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  Rewardable.cc
20)
Note: See TracBrowser for help on using the repository browser.