Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Dialogfenster geht auf :D

File size: 243 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   TOLUA_FILES
11    DialogueManager.h
12  LINK_LIBRARIES
13    orxonox
14  SOURCE_FILES ${DIALOGUE_SRC_FILES}
15)
Note: See TracBrowser for help on using the repository browser.