aboutsummaryrefslogtreecommitdiff
path: root/src/transports/transport-sdk/xmake.lua
blob: 60387c26ffa1ee2ba30ae4ec3f810b9baabb35ea (plain) (blame)
1
2
3
4
5
6
7
-- Copyright Epic Games, Inc. All Rights Reserved.

target('transport-sdk')
    set_kind("headeronly")
    set_group("transports")
    add_headerfiles("**.h")
    add_includedirs("include", {public=true})