From 3bc1f605315c45b3d5395ff419a3ff54cdd61116 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 22 Feb 2025 22:32:36 +0100 Subject: [PATCH] jsp --- xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake.lua b/xmake.lua index 6d99c4e..7e7c83b 100644 --- a/xmake.lua +++ b/xmake.lua @@ -5,6 +5,7 @@ set_languages("c++17") target("SimpleProtocolLib") add_includedirs("include") add_headerfiles("include/(sp/**.h)") + set_group("Library") add_files("src/sp/**.cpp") -- handle shared/static kind if is_plat("wasm") or has_config("static") then