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