source:
code/branches/BossFight_FS19/src/modules/dialog/CMakeLists.txt
Last change on this file was 11781, checked in by landauf, 7 years ago | |
---|---|
|
|
File size: 264 bytes |
Line | |
---|---|
1 | SET_SOURCE_FILES(DIALOG_SRC_FILES |
2 | DialogManager.cc |
3 | Dialog.cc |
4 | Question.cc |
5 | Answer.cc |
6 | AnswerId.cc |
7 | ) |
8 | |
9 | ORXONOX_ADD_LIBRARY(dialog |
10 | MODULE |
11 | FIND_HEADER_FILES |
12 | TOLUA_FILES |
13 | DialogManager.h |
14 | LINK_LIBRARIES |
15 | orxonox |
16 | SOURCE_FILES ${DIALOG_SRC_FILES} |
17 | ) |
Note: See TracBrowser
for help on using the repository browser.