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