diff options
Diffstat (limited to 'zenhttp/xmake.lua')
| -rw-r--r-- | zenhttp/xmake.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zenhttp/xmake.lua b/zenhttp/xmake.lua index a94069c17..58de0eead 100644 --- a/zenhttp/xmake.lua +++ b/zenhttp/xmake.lua @@ -1,5 +1,6 @@ target('zenhttp') set_kind("static") + add_headerfiles("**.h") add_files("**.cpp") add_includedirs("include", {public=true}) add_deps("zencore") @@ -7,4 +8,4 @@ target('zenhttp') "vcpkg::gsl-lite", "vcpkg::http-parser" ) - add_options("httpsys")
\ No newline at end of file + add_options("httpsys") |