Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation3/src/modules/questsystem/CMakeLists.txt @ 7161

Last change on this file since 7161 was 7135, checked in by rgrieder, 15 years ago

Automatically handle DEFINE_SYMBOL for our own libraries.
Also distinguish between static and shared build for DEFINE_SYMBOL.

  • Property svn:eol-style set to native
File size: 663 bytes
RevLine 
[5722]1SET_SOURCE_FILES(QUESTSYSTEM_SRC_FILES
[2131]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
[2261]13  QuestEffectBeacon.cc
[2131]14  QuestHint.cc
15  QuestItem.cc
[2662]16  QuestListener.cc
[2131]17  QuestManager.cc
[2911]18  QuestNotification.cc
[2131]19)
[5693]20
21ADD_SUBDIRECTORY(notifications)
22
[5722]23ORXONOX_ADD_LIBRARY(questsystem
[5693]24  MODULE
[5749]25  FIND_HEADER_FILES
[5693]26  TOLUA_FILES
27    QuestManager.h
[7072]28    QuestDescription.h
29    Quest.h
30    QuestHint.h
[5749]31  PCH_FILE
32    QuestsystemPrecompiledHeaders.h
[5693]33  LINK_LIBRARIES
34    orxonox
[6800]35    objects
[5693]36    overlays
[5722]37  SOURCE_FILES ${QUESTSYSTEM_SRC_FILES}
[5693]38)
Note: See TracBrowser for help on using the repository browser.