We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f5711 commit ccf34c4Copy full SHA for ccf34c4
1 file changed
xmake.lua
@@ -3,12 +3,14 @@ set_xmakever("3.0.0")
3
4
-- set project constants
5
set_project("commonlib-shared")
6
+set_arch("x64")
7
set_languages("c++23")
8
set_warnings("allextra")
9
set_encodings("utf-8")
10
11
-- add common rules
12
add_rules("mode.debug", "mode.releasedbg")
13
+add_rules("plugin.vsxmake.autoupdate")
14
15
-- add options
16
option("commonlib_ini", function()
0 commit comments