aboutsummaryrefslogtreecommitdiff
path: root/zencore/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-19 14:46:42 +0100
committerMartin Ridgers <[email protected]>2022-01-20 10:22:07 +0100
commit3d93f8dd12c21ada554ba81bcc070e2e2d67eb4f (patch)
tree6e365b5e82f500bd8b06e704b7f57e681d63a6a8 /zencore/xmake.lua
parentChange default windows state dir (diff)
downloadzen-3d93f8dd12c21ada554ba81bcc070e2e2d67eb4f.tar.xz
zen-3d93f8dd12c21ada554ba81bcc070e2e2d67eb4f.zip
Added copyright headers to xmake.lua scripts
Diffstat (limited to 'zencore/xmake.lua')
-rw-r--r--zencore/xmake.lua2
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")