source:
code/trunk/src/modules/dialogue/CMakeLists.txt
@
11658
| Last change on this file since 11658 was 11406, checked in by rrogge, 9 years ago | |
|---|---|
| File size: 243 bytes | |
| Line | |
|---|---|
| 1 | SET_SOURCE_FILES(DIALOGUE_SRC_FILES |
| 2 | DialogueManager.cc |
| 3 | NextQuestion.cc |
| 4 | |
| 5 | ) |
| 6 | |
| 7 | ORXONOX_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.










