aboutsummaryrefslogtreecommitdiff
path: root/zencore/xmake.lua
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-12-15 14:05:15 +0100
committerGitHub <[email protected]>2021-12-15 14:05:15 +0100
commita7af402bd38b12364e00cf2de8227c7db0911d14 (patch)
tree9aca1e4d3ff9f881710564689cfc9e24396c6911 /zencore/xmake.lua
parentInitialize CidStore to null. (diff)
downloadzen-a7af402bd38b12364e00cf2de8227c7db0911d14.tar.xz
zen-a7af402bd38b12364e00cf2de8227c7db0911d14.zip
Added preprocessing config file and removed Visual Studio files.
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 a9e9ad85c..7475d7e1c 100644
--- a/zencore/xmake.lua
+++ b/zencore/xmake.lua
@@ -1,6 +1,8 @@
target('zencore')
set_kind("static")
add_headerfiles("**.h")
+ add_configfiles("include/zencore/config.h.in")
+ set_configdir("include/zencore")
add_files("**.cpp")
add_includedirs("include", {public=true})
add_includedirs("$(projectdir)/thirdparty/utfcpp/source")