Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Dialogfenster geht auf :D

File size: 243 bytes
RevLine 
[11382]1SET_SOURCE_FILES(DIALOGUE_SRC_FILES
2  DialogueManager.cc
[11401]3  NextQuestion.cc
[11382]4 
5)
6
7ORXONOX_ADD_LIBRARY(dialogue
8  MODULE
9  FIND_HEADER_FILES
[11406]10   TOLUA_FILES
11    DialogueManager.h
[11382]12  LINK_LIBRARIES
13    orxonox
14  SOURCE_FILES ${DIALOGUE_SRC_FILES}
15)
Note: See TracBrowser for help on using the repository browser.