summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-09-21 18:47:34 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-09-21 18:47:34 -0400
commit3b4edbfa16861b5013663396e1af827ba889e9df (patch)
tree51686baf5997c32a3e3aac0aa20368c404f6f3f1 /CMakeLists.txt
parent23b32f8de957204597308f2c1823d5e89f632610 (diff)
downloadabaddon-portaudio-3b4edbfa16861b5013663396e1af827ba889e9df.tar.gz
abaddon-portaudio-3b4edbfa16861b5013663396e1af827ba889e9df.zip
join/leave guild
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 792e373..b1c9f29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -128,8 +128,8 @@ add_executable(abaddon
abaddon.cpp
filecache.hpp
filecache.cpp
- "imgmanager.hpp"
- "imgmanager.cpp"
+ imgmanager.hpp
+ imgmanager.cpp
components/channels.hpp
components/channels.cpp
components/chatmessage.hpp
@@ -140,6 +140,8 @@ add_executable(abaddon
components/memberlist.cpp
dialogs/editmessage.hpp
dialogs/editmessage.cpp
+ dialogs/joinguild.hpp
+ dialogs/joinguild.cpp
dialogs/token.hpp
dialogs/token.cpp
discord/discord.hpp
@@ -169,6 +171,8 @@ add_executable(abaddon
discord/usersettings.cpp
discord/message.hpp
discord/message.cpp
+ discord/invite.hpp
+ discord/invite.cpp
windows/mainwindow.hpp
windows/mainwindow.cpp
)