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