Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Dialog_HS17/src/modules/dialog/CMakeLists.txt @ 11579

Last change on this file since 11579 was 11579, checked in by kuchlert, 6 years ago

some bug fixed most not

File size: 278 bytes
Line 
1SET_SOURCE_FILES(DIALOG_SRC_FILES
2  DialogManager.cc
3  Dialog.cc
4  Question.cc
5  Answer.cc
6  AnswerId.cc
7)
8
9ORXONOX_ADD_LIBRARY(dialog
10  MODULE
11  FIND_HEADER_FILES
12   TOLUA_FILES
13    DialogManager.h
14    Dialog.h
15  LINK_LIBRARIES
16    orxonox
17  SOURCE_FILES ${DIALOG_SRC_FILES}
18)
Note: See TracBrowser for help on using the repository browser.