aboutsummaryrefslogtreecommitdiff
path: root/src/zens3-testbed/xmake.lua
blob: 168ab9de915dfbf08dcf93a867af92b52c0bdef2 (plain) (blame)
1
2
3
4
5
6
7
8
-- Copyright Epic Games, Inc. All Rights Reserved.

target("zens3-testbed")
    set_kind("binary")
    set_group("tools")
    add_files("*.cpp")
    add_deps("zenutil", "zencore")
    add_deps("cxxopts", "fmt")