From 4da0bffeee05c4589ae4d0addc7c695e31669990 Mon Sep 17 00:00:00 2001 From: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> Date: Sun, 8 Feb 2026 10:08:10 +0100 Subject: Add instance manager to plugin API (#2335) --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 123e876b..8b425272 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -109,6 +109,7 @@ mo2_add_filter(NAME src/application GROUPS multiprocess sanitychecks selfupdater + systemtraymanager updatedialog ) @@ -273,7 +274,9 @@ mo2_add_filter(NAME src/profiles GROUPS mo2_add_filter(NAME src/proxies GROUPS downloadmanagerproxy + executableslistproxy gamefeaturesproxy + instancemanagerproxy modlistproxy organizerproxy pluginlistproxy -- cgit v1.3.1