diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-12 03:17:34 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-12 03:17:34 -0400 |
commit | e68f8ef8f45987ab0caa5a05d53980a3556547f3 (patch) | |
tree | 6c9270e8b6e25ef63697fc428ff1ce8fdb683f95 /CMakeLists.txt | |
parent | d6ed75c33938a23d547f5ded692195597266eb3b (diff) | |
download | abaddon-portaudio-e68f8ef8f45987ab0caa5a05d53980a3556547f3.tar.gz abaddon-portaudio-e68f8ef8f45987ab0caa5a05d53980a3556547f3.zip |
make avatar loading a bit better
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 33e5c0a..792e373 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,6 +128,8 @@ add_executable(abaddon abaddon.cpp filecache.hpp filecache.cpp + "imgmanager.hpp" + "imgmanager.cpp" components/channels.hpp components/channels.cpp components/chatmessage.hpp |