diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-10 01:25:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-11 04:28:43 +0300 |
commit | 219afd10cf1dc8f7e75273706c2de3a06305e637 (patch) | |
tree | 5e1be1c457016104c5ea9bbf0d07ee2f491ef9d8 /src/CMakeLists.txt | |
parent | bdf970bde1ce41aa364fc0065ac0cd23e37ec29f (diff) | |
download | manaplus-219afd10cf1dc8f7e75273706c2de3a06305e637.tar.gz manaplus-219afd10cf1dc8f7e75273706c2de3a06305e637.tar.bz2 manaplus-219afd10cf1dc8f7e75273706c2de3a06305e637.tar.xz manaplus-219afd10cf1dc8f7e75273706c2de3a06305e637.zip |
Add basic support for clans.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4181bcd5b..2cc8313d8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -139,6 +139,8 @@ SET(SRCS gui/widgets/tabs/debugwindowtabs.h gui/widgets/tabs/chat/chattab.cpp gui/widgets/tabs/chat/chattab.h + gui/widgets/tabs/chat/clantab.cpp + gui/widgets/tabs/chat/clantab.h gui/widgets/chatinput.h gui/widgets/checkbox.cpp gui/widgets/checkbox.h |