diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-24 02:15:25 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-24 02:15:25 -0400 |
commit | 83417819186394e8d840167841103211ebe5fe33 (patch) | |
tree | 5dce1e411716d5be161d2e9795a99460b80e6c8c /CMakeLists.txt | |
parent | dbe9dc3c64555f1aaaed1755d37e6f8b450a54f6 (diff) | |
download | abaddon-portaudio-83417819186394e8d840167841103211ebe5fe33.tar.gz abaddon-portaudio-83417819186394e8d840167841103211ebe5fe33.zip |
basic permission handling + use for edit/delete
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) |