aboutsummaryrefslogtreecommitdiff
path: root/src/transports/xmake.lua
blob: 78d637d85a89fff8099e22a8196ab9297c0e529f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- Copyright Epic Games, Inc. All Rights Reserved.

set_warnings("allextra", "error")
set_languages("cxx20")

includes('transport-sdk')

if os.isdir('zenbase') then
    includes('zenbase')
end

if is_plat("windows") then
    includes("winsock")
end