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
RevLine 
[5722]1SET_SOURCE_FILES(QUESTSYSTEM_SRC_FILES
[2131]2  GlobalQuest.cc
3  LocalQuest.cc
4  Quest.cc
5  QuestDescription.cc
6  QuestEffect.cc
[2261]7  QuestEffectBeacon.cc
[2131]8  QuestHint.cc
9  QuestItem.cc
[2662]10  QuestListener.cc
[2131]11  QuestManager.cc
[2911]12  QuestNotification.cc
[2131]13)
[5693]14
[7401]15ADD_SUBDIRECTORY(effects)
16
[5722]17ORXONOX_ADD_LIBRARY(questsystem
[5693]18  MODULE
[5749]19  FIND_HEADER_FILES
[5693]20  TOLUA_FILES
21    QuestManager.h
[7163]22    QuestDescription.h
23    Quest.h
24    QuestHint.h
[5749]25  PCH_FILE
26    QuestsystemPrecompiledHeaders.h
[5693]27  LINK_LIBRARIES
28    orxonox
[7164]29    notifications
[6800]30    objects
[5722]31  SOURCE_FILES ${QUESTSYSTEM_SRC_FILES}
[5693]32)
Note: See TracBrowser for help on using the repository browser.