diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-07 17:22:20 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-07 17:22:20 -0400 |
commit | 2798bf96d5ec788cf7ecbcb7fbc53198ce2e5569 (patch) | |
tree | 209f46dbf500bb69639ecda7d9326860ac00b075 /CMakeLists.txt | |
parent | 5a20b282a575c631906b5fc6e149959a15674fae (diff) | |
download | abaddon-portaudio-2798bf96d5ec788cf7ecbcb7fbc53198ce2e5569.tar.gz abaddon-portaudio-2798bf96d5ec788cf7ecbcb7fbc53198ce2e5569.zip |
store emoji data
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 aeaec9b..f8a5f10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -175,6 +175,8 @@ add_executable(abaddon discord/invite.cpp discord/permissions.hpp discord/permissions.cpp + discord/emoji.hpp + discord/emoji.cpp windows/mainwindow.hpp windows/mainwindow.cpp ) |