blob: 7a2f5294c07a97f1d689716bc59d7694ae0e0772 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
-- Copyright Epic Games, Inc. All Rights Reserved.
target("zenremotestore-test")
set_kind("binary")
set_group("tests")
add_headerfiles("**.h")
add_files("*.cpp")
add_deps("zenremotestore")
add_deps("doctest")
|