From 79e4a0790a15f536b5ea306bd649828c7855766f Mon Sep 17 00:00:00 2001 From: dijunkun Date: Fri, 20 Mar 2026 02:59:31 +0800 Subject: [PATCH] [fix] fix issue where wgc_plugin was not compiled --- xmake.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 60a03b9..2a46188 100644 --- a/xmake.lua +++ b/xmake.lua @@ -221,5 +221,6 @@ target("crossdesk") add_files("src/app/*.cpp") add_includedirs("src/app", {public = true}) if is_os("windows") then + add_deps("wgc_plugin") add_files("scripts/windows/crossdesk.rc") - end \ No newline at end of file + end