diff options
Diffstat (limited to 'zenhttp/xmake.lua')
| -rw-r--r-- | zenhttp/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zenhttp/xmake.lua b/zenhttp/xmake.lua index 58de0eead..528b72d52 100644 --- a/zenhttp/xmake.lua +++ b/zenhttp/xmake.lua @@ -1,3 +1,5 @@ +-- Copyright Epic Games, Inc. All Rights Reserved. + target('zenhttp') set_kind("static") add_headerfiles("**.h") |