From 2798bf96d5ec788cf7ecbcb7fbc53198ce2e5569 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 7 Oct 2020 17:22:20 -0400 Subject: store emoji data --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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 ) -- cgit v1.2.3