aboutsummaryrefslogtreecommitdiff
path: root/src/zencompute/xmake.lua
blob: 50877508c4492436c4e386143f03e0ec4167fbca (plain) (blame)
1
2
3
4
5
6
7
8
9
-- Copyright Epic Games, Inc. All Rights Reserved.

target('zencompute')
    set_kind("static")
    set_group("libs")
    add_headerfiles("**.h")
    add_files("**.cpp")
    add_includedirs("include", {public=true})
    add_deps("zencore", "zenstore", "zenutil", "zennet", "zenhttp")