diff options
Diffstat (limited to 'zenhttp/xmake.lua')
| -rw-r--r-- | zenhttp/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenhttp/xmake.lua b/zenhttp/xmake.lua index 528b72d52..b0dbdbc79 100644 --- a/zenhttp/xmake.lua +++ b/zenhttp/xmake.lua @@ -4,6 +4,7 @@ target('zenhttp') set_kind("static") add_headerfiles("**.h") add_files("**.cpp") + add_files("httpsys.cpp", {unity_ignored=true}) add_includedirs("include", {public=true}) add_deps("zencore") add_packages( |