From 64adcffe4272d109f296ff46fbc52eea5cf367bd Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 4 Feb 2021 23:41:53 -0500 Subject: view user profile (notes+connections+badges) change some stuff with callbacks --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e9095a..98bb306 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,8 @@ file(GLOB ABADDON_SOURCES "windows/*.cpp" "windows/guildsettings/*.hpp" "windows/guildsettings/*.cpp" + "windows/profile/*.hpp" + "windows/profile/*.cpp" "dialogs/*.hpp" "dialogs/*.cpp" ) -- cgit v1.2.3