From 83417819186394e8d840167841103211ebe5fe33 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 24 Sep 2020 02:15:25 -0400 Subject: basic permission handling + use for edit/delete --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b1c9f29..aeaec9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,6 +173,8 @@ add_executable(abaddon discord/message.cpp discord/invite.hpp discord/invite.cpp + discord/permissions.hpp + discord/permissions.cpp windows/mainwindow.hpp windows/mainwindow.cpp ) -- cgit v1.2.3