diff --git a/xmake.lua b/xmake.lua index c78c96b..2603025 100644 --- a/xmake.lua +++ b/xmake.lua @@ -52,7 +52,7 @@ if has_config("tests") then end target("omath") - set_kind("shared") + set_kind("static") add_files("source/**.cpp") add_includedirs("include", {public = true}) add_headerfiles("include/(**.hpp)", {prefixdir = "omath"})