aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 43faca933..9e7f0146c 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -1,3 +1,6 @@
+set_version("0.1.0", { build = "%Y%m%d%H%M" })
+set_configvar("ZEN_SCHEMA_VERSION", 3) -- changed cas oplog format (p3rl)
+
add_requires(
"vcpkg::asio",
"vcpkg::cpr",