Skip to content

Commit ccf34c4

Browse files
committed
feat: tweaks
1 parent 61f5711 commit ccf34c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

xmake.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ set_xmakever("3.0.0")
33

44
-- set project constants
55
set_project("commonlib-shared")
6+
set_arch("x64")
67
set_languages("c++23")
78
set_warnings("allextra")
89
set_encodings("utf-8")
910

1011
-- add common rules
1112
add_rules("mode.debug", "mode.releasedbg")
13+
add_rules("plugin.vsxmake.autoupdate")
1214

1315
-- add options
1416
option("commonlib_ini", function()

0 commit comments

Comments
 (0)