Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Dialogue_FS17/src/modules/dialogue/CMakeLists.txt @ 11401

Last change on this file since 11401 was 11401, checked in by rrogge, 7 years ago

zeigt PickupInventory an

File size: 206 bytes
Line 
1SET_SOURCE_FILES(DIALOGUE_SRC_FILES
2  DialogueManager.cc
3  NextQuestion.cc
4 
5)
6
7ORXONOX_ADD_LIBRARY(dialogue
8  MODULE
9  FIND_HEADER_FILES
10  LINK_LIBRARIES
11    orxonox
12  SOURCE_FILES ${DIALOGUE_SRC_FILES}
13)
Note: See TracBrowser for help on using the repository browser.