diff options
| author | ruki <[email protected]> | 2021-07-06 22:19:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-07-06 07:59:20 +0800 |
| commit | 22d281aba6f47a4c56c12b3e0219fdd33f8e4f26 (patch) | |
| tree | 87d37dbc1cb7b8549c9673ed540e7e0d1d2df374 /xmake/plugins/project/main.lua | |
| parent | 5e216156e47dee9d821fea01c01e566371a556be (diff) | |
improve vs2022 for project generator
Diffstat (limited to 'xmake/plugins/project/main.lua')
| -rw-r--r-- | xmake/plugins/project/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua index 63c316f1f..90cdc0695 100644 --- a/xmake/plugins/project/main.lua +++ b/xmake/plugins/project/main.lua @@ -54,6 +54,7 @@ function makers() , vs2015 = vs.make(2015) , vs2017 = vs.make(2017) , vs2019 = vs.make(2019) + , vs2022 = vs.make(2022) , vs = vs.make() , vsxmake2010 = vsxmake.make(2010) , vsxmake2012 = vsxmake.make(2012) @@ -61,6 +62,7 @@ function makers() , vsxmake2015 = vsxmake.make(2015) , vsxmake2017 = vsxmake.make(2017) , vsxmake2019 = vsxmake.make(2019) + , vsxmake2022 = vsxmake.make(2022) , vsxmake = vsxmake.make() , compile_flags = compile_flags.make , compile_commands = compile_commands.make |
