aboutsummaryrefslogtreecommitdiff
path: root/zenutil/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'zenutil/xmake.lua')
-rw-r--r--zenutil/xmake.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/zenutil/xmake.lua b/zenutil/xmake.lua
deleted file mode 100644
index e7d849bb2..000000000
--- a/zenutil/xmake.lua
+++ /dev/null
@@ -1,9 +0,0 @@
--- Copyright Epic Games, Inc. All Rights Reserved.
-
-target('zenutil')
- set_kind("static")
- add_headerfiles("**.h")
- add_files("**.cpp")
- add_includedirs("include", {public=true})
- add_deps("zencore")
- add_packages("vcpkg::spdlog")