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

target("zenutil-test")
    set_kind("binary")
    set_group("tests")
    add_headerfiles("**.h")
    add_files("*.cpp")
    add_deps("zenutil")
    add_deps("doctest")