aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/xmake.lua
blob: 65d5f08ea7457589deeba1fdffbb8cca661de1f9 (plain) (blame)
1
2
3
4
5
6
7
target('zenhttp')
    set_kind("static")
    add_files("**.cpp")
    add_includedirs("include", {public=true})
    add_deps("zencore")
    add_packages("vcpkg::gsl-lite", "vcpkg::uwebsockets", "vcpkg::usockets", "vcpkg::libuv")
    add_options("httpsys")