summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-21 18:40:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-21 18:40:20 +0300
commit08507b9d5b3e16f8d40b32bb2540c0dbc31ff4f1 (patch)
tree8fa1b387091bb0b502325c9ba2845f456c80dd59 /src/CMakeLists.txt
parentd8bd7fec4c21e4e4b19053153d5e3a271f3e0a42 (diff)
downloadplus-08507b9d5b3e16f8d40b32bb2540c0dbc31ff4f1.tar.gz
plus-08507b9d5b3e16f8d40b32bb2540c0dbc31ff4f1.tar.bz2
plus-08507b9d5b3e16f8d40b32bb2540c0dbc31ff4f1.tar.xz
plus-08507b9d5b3e16f8d40b32bb2540c0dbc31ff4f1.zip
Move chat related actions into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6bd09bf17..7f8feafc2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -716,6 +716,8 @@ SET(SRCS
actions/actiondef.h
actions/actions.cpp
actions/actions.h
+ actions/chat.cpp
+ actions/chat.h
actions/windows.cpp
actions/windows.h
being/actor.cpp