source:
code/branches/HUD_HS16/src/modules/dialogue/CMakeLists.txt
@
11439
Last change on this file since 11439 was 11395, checked in by patricwi, 8 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
1 | SET_SOURCE_FILES(DIALOGUE_SRC_FILES |
2 | DialogueManager.cc |
3 | |
4 | ) |
5 | |
6 | ORXONOX_ADD_LIBRARY(dialogue |
7 | MODULE |
8 | FIND_HEADER_FILES |
9 | LINK_LIBRARIES |
10 | orxonox |
11 | SOURCE_FILES ${DIALOGUE_SRC_FILES} |
12 | ) |
Note: See TracBrowser
for help on using the repository browser.