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

target('zenstore')
    set_kind("static")
    add_headerfiles("**.h")
    add_files("**.cpp")
    add_includedirs("include", {public=true})
    add_deps("zencore")
    add_packages("vcpkg::robin-map")