Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

30 March

File size: 188 bytes
Line 
1SET_SOURCE_FILES(DIALOGUE_SRC_FILES
2  DialogueManager.cc
3 
4)
5
6ORXONOX_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.